|
Griffon 1.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface CommandLineConstants
Defines all flags that can be used with the command line.
Field Summary | |
---|---|
String[] |
KEYS
|
String |
KEY_CLI_VERBOSE
Controls verbose output when the command tool runs. |
String |
KEY_COMPILER_DEBUG
Add debug information to compiled classes. |
String |
KEY_COMPILER_SOURCE_LEVEL
The compiler source level to use. |
String |
KEY_COMPILER_TARGET_LEVEL
The compiler target level to use. |
String |
KEY_DEFAULT_ARTIFACT_REPOSITORY
Defines the name of the default search repository to use. |
String |
KEY_DEFAULT_INSTALL_ARTIFACT_REPOSITORY
Defines the name of the default local install repository to use. |
String |
KEY_DEFAULT_RELEASE_ARTIFACT_REPOSITORY
Defines the name of the default publish repository to use. |
String |
KEY_DISABLE_AST_INJECTION
Controls AST injection performed to artifacts by the compiler. |
String |
KEY_DISABLE_AUTO_IMPORTS
Controls additional default imports handled by the compiler. |
String |
KEY_DISABLE_LOCAL_REPOSITORY_SYNC
Controls if installed artifacts are copied to a local repository for faster lookups. |
String |
KEY_DISABLE_LOGGING_INJECTION
Controls AST injection adeed to logging statements performed by the compiler. |
String |
KEY_DISABLE_THREADING_INJECTION
Controls threading management code inject to controllers by the compiler. |
String |
KEY_FORCE_ARTIFACT_UPGRADE
Forces artifact upgrades even if versions are not compatible. |
String |
KEY_FULL_STACKTRACE
Whether to output full stack traces or not in the logs. |
String |
KEY_INSTALL_FAILURE_KEY
Controls the action to take when a plugin fails to be installed. |
String |
KEY_INSTALL_FAILURE_STRATEGY
Strategy to follow when plugin installation fails for the 1st time. |
String |
KEY_INTERACTIVE_MODE
Defines if the command tool should run interactively or not. |
String |
KEY_NON_INTERACTIVE_DEFAULT_ANSWER
Holds the default answer to yield when running in non interactive mode. |
String |
KEY_OFFLINE_MODE
Defines if the command tool should resolve dependencies over the network or not. |
String |
KEY_SOURCE_ENCODING
Source file encoding. |
Field Detail |
---|
public String[] KEYS
public String KEY_CLI_VERBOSE
Valid values are 'true' or 'false'. Default is 'false'.
public String KEY_COMPILER_DEBUG
public String KEY_COMPILER_SOURCE_LEVEL
public String KEY_COMPILER_TARGET_LEVEL
public String KEY_DEFAULT_ARTIFACT_REPOSITORY
Defaults to ArtifactRepository.DEFAULT_REMOTE_NAME.
public String KEY_DEFAULT_INSTALL_ARTIFACT_REPOSITORY
Defaults to ArtifactRepository.DEFAULT_LOCAL_NAME.
public String KEY_DEFAULT_RELEASE_ARTIFACT_REPOSITORY
Defaults to ArtifactRepository.DEFAULT_REMOTE_NAME.
public String KEY_DISABLE_AST_INJECTION
Valid values are 'true' or 'false'. Default is 'false'.
public String KEY_DISABLE_AUTO_IMPORTS
Valid values are 'true' or 'false'. Default is 'false'.
public String KEY_DISABLE_LOCAL_REPOSITORY_SYNC
Valid values are 'true' or 'false'. Default is 'false'.
public String KEY_DISABLE_LOGGING_INJECTION
Valid values are 'true' or 'false'. Default is 'false'.
public String KEY_DISABLE_THREADING_INJECTION
Valid values are 'true' or 'false'. Default is 'false'.
public String KEY_FORCE_ARTIFACT_UPGRADE
Valid values are 'true' or 'false'. Default is 'false'.
public String KEY_FULL_STACKTRACE
Valid values are 'true' or 'false'. Default is 'false'.
public String KEY_INSTALL_FAILURE_KEY
Valid values are 'abort', 'continue' or 'retry'. Default is 'continue'.
public String KEY_INSTALL_FAILURE_STRATEGY
Valid values are 'abort', 'continue', 'retry'. Default is 'abort'.
public String KEY_INTERACTIVE_MODE
Valid values are 'true' or 'false'.
public String KEY_NON_INTERACTIVE_DEFAULT_ANSWER
Valid values depend on the question being asked. However this answer will be applied to all questions that arise during the command invocation.
public String KEY_OFFLINE_MODE
Valid values are 'true' or 'false'.
public String KEY_SOURCE_ENCODING
Groovy Documentation