Uses of Class
com.dslplatform.compiler.client.parameters.Targets.Option
-
Packages that use Targets.Option Package Description com.dslplatform.compiler.client.parameters -
-
Uses of Targets.Option in com.dslplatform.compiler.client.parameters
Methods in com.dslplatform.compiler.client.parameters that return Targets.Option Modifier and Type Method Description private static Targets.OptionTargets.Option. from(java.lang.String value)static Targets.OptionTargets.Option. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Targets.Option[]Targets.Option. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.dslplatform.compiler.client.parameters with parameters of type Targets.Option Modifier and Type Method Description static java.lang.StringTargets. getTargetSourcePath(Context context, boolean sourceOnly, Targets.Option target)Method parameters in com.dslplatform.compiler.client.parameters with type arguments of type Targets.Option Modifier and Type Method Description private voidTargets. compile(Context context, java.util.List<Targets.Option> targets)
-