Class CliConstants
- java.lang.Object
-
- org.wildfly.prospero.cli.commands.CliConstants
-
public final class CliConstants extends Object
CLI string constants
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCliConstants.CommandsCommand names
-
Field Summary
Fields Modifier and Type Field Description static StringACCEPT_AGREEMENTSstatic StringARG_PATHstatic StringCANDIDATE_DIRstatic StringCHANNELstatic StringCHANNEL_MANIFESTstatic StringCHANNEL_MANIFEST_REFERENCEstatic StringCHANNEL_NAMEstatic StringCHANNEL_REFERENCEstatic StringCHANNELSstatic StringCUSTOMIZATION_ARCHIVEstatic StringCUSTOMIZATION_REPOSITORY_URLstatic StringDEFINITIONstatic StringDIRstatic StringFEATURE_PACK_REFERENCEstatic StringFPLstatic StringHstatic StringHELPstatic StringLOCAL_CACHEstatic StringNO_LOCAL_MAVEN_CACHEstatic StringOFFLINEstatic StringPATHstatic StringPROFILEstatic StringPROFILE_REFERENCEstatic StringREPO_URLstatic StringREPOSITORIESstatic StringREVISIONstatic StringSELFstatic StringSHADE_REPOSITORIESstatic StringVstatic StringVERSIONstatic StringYstatic StringYES
-
-
-
Field Detail
-
PROFILE
public static final String PROFILE
- See Also:
- Constant Field Values
-
PROFILE_REFERENCE
public static final String PROFILE_REFERENCE
- See Also:
- Constant Field Values
-
CHANNEL_REFERENCE
public static final String CHANNEL_REFERENCE
- See Also:
- Constant Field Values
-
CHANNEL_MANIFEST_REFERENCE
public static final String CHANNEL_MANIFEST_REFERENCE
- See Also:
- Constant Field Values
-
FEATURE_PACK_REFERENCE
public static final String FEATURE_PACK_REFERENCE
- See Also:
- Constant Field Values
-
PATH
public static final String PATH
- See Also:
- Constant Field Values
-
REPO_URL
public static final String REPO_URL
- See Also:
- Constant Field Values
-
CHANNEL_MANIFEST
public static final String CHANNEL_MANIFEST
- See Also:
- Constant Field Values
-
CHANNEL
public static final String CHANNEL
- See Also:
- Constant Field Values
-
CHANNELS
public static final String CHANNELS
- See Also:
- Constant Field Values
-
REPOSITORIES
public static final String REPOSITORIES
- See Also:
- Constant Field Values
-
SHADE_REPOSITORIES
public static final String SHADE_REPOSITORIES
- See Also:
- Constant Field Values
-
DEFINITION
public static final String DEFINITION
- See Also:
- Constant Field Values
-
DIR
public static final String DIR
- See Also:
- Constant Field Values
-
FPL
public static final String FPL
- See Also:
- Constant Field Values
-
H
public static final String H
- See Also:
- Constant Field Values
-
HELP
public static final String HELP
- See Also:
- Constant Field Values
-
LOCAL_CACHE
public static final String LOCAL_CACHE
- See Also:
- Constant Field Values
-
NO_LOCAL_MAVEN_CACHE
public static final String NO_LOCAL_MAVEN_CACHE
- See Also:
- Constant Field Values
-
OFFLINE
public static final String OFFLINE
- See Also:
- Constant Field Values
-
REVISION
public static final String REVISION
- See Also:
- Constant Field Values
-
SELF
public static final String SELF
- See Also:
- Constant Field Values
-
CANDIDATE_DIR
public static final String CANDIDATE_DIR
- See Also:
- Constant Field Values
-
V
public static final String V
- See Also:
- Constant Field Values
-
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
-
Y
public static final String Y
- See Also:
- Constant Field Values
-
YES
public static final String YES
- See Also:
- Constant Field Values
-
CHANNEL_NAME
public static final String CHANNEL_NAME
- See Also:
- Constant Field Values
-
CUSTOMIZATION_REPOSITORY_URL
public static final String CUSTOMIZATION_REPOSITORY_URL
- See Also:
- Constant Field Values
-
CUSTOMIZATION_ARCHIVE
public static final String CUSTOMIZATION_ARCHIVE
- See Also:
- Constant Field Values
-
ARG_PATH
public static final String ARG_PATH
- See Also:
- Constant Field Values
-
ACCEPT_AGREEMENTS
public static final String ACCEPT_AGREEMENTS
- See Also:
- Constant Field Values
-
-