public static enum AsmCodeGenerator.GenerateParameter extends Enum<AsmCodeGenerator.GenerateParameter>
| Enum Constant and Description |
|---|
ABSOLUTE
Generate all files in output directory (instead of a namespace based
directory structure relative to output directory).
?
|
CODEGEN_EVENT_LISTENERS
Subscribe to code generation events.
|
INCREMENTAL_BUILD
Trigger incremental code generation - run only if something changed since last run.
|
MODEL_FILE
The input file,
Required.
|
MODELS_DIR
Models directory for the project.
|
MODIFABLE_RESOURCES_DIR
Modifiable resources directory for the project.
|
MODIFIABLE_OUT_DIR
Base out directory for the generated files modifiable by the user.
|
NAMESPACE
Namespace of model parsed from the input file (overrides namespace in model file if supplied).
|
UNMODIFIABLE_OUT_DIR
Base out directory for the generated files unmodifiable by the user.
|
UNMODIFIABLE_RESOURCES_DIR
Unmodifiable resources directory for the project.
|
| Modifier and Type | Method and Description |
|---|---|
static AsmCodeGenerator.GenerateParameter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsmCodeGenerator.GenerateParameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AsmCodeGenerator.GenerateParameter MODEL_FILE
public static final AsmCodeGenerator.GenerateParameter MODELS_DIR
public static final AsmCodeGenerator.GenerateParameter UNMODIFIABLE_RESOURCES_DIR
public static final AsmCodeGenerator.GenerateParameter MODIFABLE_RESOURCES_DIR
public static final AsmCodeGenerator.GenerateParameter UNMODIFIABLE_OUT_DIR
public static final AsmCodeGenerator.GenerateParameter MODIFIABLE_OUT_DIR
public static final AsmCodeGenerator.GenerateParameter ABSOLUTE
public static final AsmCodeGenerator.GenerateParameter NAMESPACE
public static final AsmCodeGenerator.GenerateParameter INCREMENTAL_BUILD
public static final AsmCodeGenerator.GenerateParameter CODEGEN_EVENT_LISTENERS
AsmCodeGenerator.CodegenListener.
Not required
Default CodegenListener[0]public static AsmCodeGenerator.GenerateParameter[] values()
for (AsmCodeGenerator.GenerateParameter c : AsmCodeGenerator.GenerateParameter.values()) System.out.println(c);
public static AsmCodeGenerator.GenerateParameter valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016 Neeve Research, LLC. All Rights Reserved.