Package org.jboss.windup.tooling
Interface IOptionKeys
-
public interface IOptionKeys
-
-
Field Summary
Fields Modifier and Type Field Description static StringADDITIONAL_CLASSPATHstatic StringCUSTOM_RULES_DIRstatic StringDISABLE_TATTLETALEstatic StringENABLE_CLASS_NOT_FOUND_ANALYSISstatic StringENABLE_COMPATIBLE_FILES_REPORTstatic StringENABLE_TATTLETALEstatic StringENABLE_TRANSACTION_ANALYSISstatic StringEXCLUDE_PACKAGESstatic StringEXCLUDE_TAGSstatic StringEXPLODED_APPstatic StringEXPORT_CSVstatic StringHOMEstatic StringIGNORE_PATTERNstatic StringINCLUDE_TAGSstatic StringINPUTstatic StringINPUT_APPLICATION_NAMEstatic StringKEEP_WORK_DIRSstatic StringMAVENIZEstatic StringMAVENIZE_GROUP_IDstatic StringONLINEstatic StringOUTPUTstatic StringOVERWRITEstatic StringPACKAGESstatic StringSKIP_REPORTSstatic StringSOURCEstatic StringSOURCE_MODEstatic StringTARGETstatic StringUSER_IGNORE_PATH
-
-
-
Field Detail
-
SOURCE_MODE
static final String SOURCE_MODE
- See Also:
- Constant Field Values
-
SKIP_REPORTS
static final String SKIP_REPORTS
- See Also:
- Constant Field Values
-
SOURCE
static final String SOURCE
- See Also:
- Constant Field Values
-
TARGET
static final String TARGET
- See Also:
- Constant Field Values
-
INPUT
static final String INPUT
- See Also:
- Constant Field Values
-
OUTPUT
static final String OUTPUT
- See Also:
- Constant Field Values
-
IGNORE_PATTERN
static final String IGNORE_PATTERN
- See Also:
- Constant Field Values
-
HOME
static final String HOME
- See Also:
- Constant Field Values
-
CUSTOM_RULES_DIR
static final String CUSTOM_RULES_DIR
- See Also:
- Constant Field Values
-
USER_IGNORE_PATH
static final String USER_IGNORE_PATH
- See Also:
- Constant Field Values
-
OVERWRITE
static final String OVERWRITE
- See Also:
- Constant Field Values
-
EXCLUDE_PACKAGES
static final String EXCLUDE_PACKAGES
- See Also:
- Constant Field Values
-
MAVENIZE_GROUP_ID
static final String MAVENIZE_GROUP_ID
- See Also:
- Constant Field Values
-
EXPORT_CSV
static final String EXPORT_CSV
- See Also:
- Constant Field Values
-
EXCLUDE_TAGS
static final String EXCLUDE_TAGS
- See Also:
- Constant Field Values
-
PACKAGES
static final String PACKAGES
- See Also:
- Constant Field Values
-
ADDITIONAL_CLASSPATH
static final String ADDITIONAL_CLASSPATH
- See Also:
- Constant Field Values
-
DISABLE_TATTLETALE
static final String DISABLE_TATTLETALE
- See Also:
- Constant Field Values
-
ENABLE_COMPATIBLE_FILES_REPORT
static final String ENABLE_COMPATIBLE_FILES_REPORT
- See Also:
- Constant Field Values
-
INCLUDE_TAGS
static final String INCLUDE_TAGS
- See Also:
- Constant Field Values
-
ONLINE
static final String ONLINE
- See Also:
- Constant Field Values
-
ENABLE_CLASS_NOT_FOUND_ANALYSIS
static final String ENABLE_CLASS_NOT_FOUND_ANALYSIS
- See Also:
- Constant Field Values
-
ENABLE_TRANSACTION_ANALYSIS
static final String ENABLE_TRANSACTION_ANALYSIS
- See Also:
- Constant Field Values
-
ENABLE_TATTLETALE
static final String ENABLE_TATTLETALE
- See Also:
- Constant Field Values
-
EXPLODED_APP
static final String EXPLODED_APP
- See Also:
- Constant Field Values
-
KEEP_WORK_DIRS
static final String KEEP_WORK_DIRS
- See Also:
- Constant Field Values
-
MAVENIZE
static final String MAVENIZE
- See Also:
- Constant Field Values
-
INPUT_APPLICATION_NAME
static final String INPUT_APPLICATION_NAME
- See Also:
- Constant Field Values
-
-