Class MessagesConstants
- java.lang.Object
-
- com.devonfw.cobigen.cli.constants.MessagesConstants
-
public class MessagesConstants extends Object
Messages constants printed to the user
-
-
Field Summary
Fields Modifier and Type Field Description static StringADAPT_TEMPLATES_DESCRIPTIONMessage constant: description of the adapt-templates commandstatic StringCOMMAND_NOT_UNDERSTOODMessage constant: when a command has not been understoodstatic StringCOMMAND_NOT_YET_SUPPORTEDMessage constant: when a command is not yet supportedstatic StringCUSTOM_LOCATION_OPTION_DESCRIPTIONMessage constant: description of the custom-location optionstatic StringGENERATE_DESCRIPTIONMessage constant: description of the generate commandstatic StringINCREMENTS_OPTION_DESCRIPTIONMessage constant: description of the increments optionstatic StringINPUT_FILE_DESCRIPTIONMessage constant: description of the input files that can be usedstatic StringOUTPUT_ROOT_PATH_DESCRIPTIONMessage constant: description of the output root path optionstatic StringTEMPLATES_OPTION_DESCRIPTIONMessage constant: description of the templates optionstatic StringUPDATE_ALL_DESCRIPTIONMessage constant: description of update all optionstatic StringUPDATE_OPTION_DESCRIPTIONMessage constant: description of the plug-in updatestatic StringVERBOSE_OPTION_DESCRIPTIONMessage constant: description of the verbose optionstatic StringWELCOME_MESSAGEMessage constant: welcome message when user executes CobiGen help
-
Constructor Summary
Constructors Constructor Description MessagesConstants()
-
-
-
Field Detail
-
COMMAND_NOT_UNDERSTOOD
public static final String COMMAND_NOT_UNDERSTOOD
Message constant: when a command has not been understood- See Also:
- Constant Field Values
-
COMMAND_NOT_YET_SUPPORTED
public static final String COMMAND_NOT_YET_SUPPORTED
Message constant: when a command is not yet supported- See Also:
- Constant Field Values
-
WELCOME_MESSAGE
public static final String WELCOME_MESSAGE
Message constant: welcome message when user executes CobiGen help- See Also:
- Constant Field Values
-
GENERATE_DESCRIPTION
public static final String GENERATE_DESCRIPTION
Message constant: description of the generate command- See Also:
- Constant Field Values
-
INPUT_FILE_DESCRIPTION
public static final String INPUT_FILE_DESCRIPTION
Message constant: description of the input files that can be used- See Also:
- Constant Field Values
-
OUTPUT_ROOT_PATH_DESCRIPTION
public static final String OUTPUT_ROOT_PATH_DESCRIPTION
Message constant: description of the output root path option- See Also:
- Constant Field Values
-
VERBOSE_OPTION_DESCRIPTION
public static final String VERBOSE_OPTION_DESCRIPTION
Message constant: description of the verbose option- See Also:
- Constant Field Values
-
INCREMENTS_OPTION_DESCRIPTION
public static final String INCREMENTS_OPTION_DESCRIPTION
Message constant: description of the increments option- See Also:
- Constant Field Values
-
TEMPLATES_OPTION_DESCRIPTION
public static final String TEMPLATES_OPTION_DESCRIPTION
Message constant: description of the templates option- See Also:
- Constant Field Values
-
UPDATE_OPTION_DESCRIPTION
public static final String UPDATE_OPTION_DESCRIPTION
Message constant: description of the plug-in update- See Also:
- Constant Field Values
-
UPDATE_ALL_DESCRIPTION
public static final String UPDATE_ALL_DESCRIPTION
Message constant: description of update all option- See Also:
- Constant Field Values
-
ADAPT_TEMPLATES_DESCRIPTION
public static final String ADAPT_TEMPLATES_DESCRIPTION
Message constant: description of the adapt-templates command- See Also:
- Constant Field Values
-
CUSTOM_LOCATION_OPTION_DESCRIPTION
public static final String CUSTOM_LOCATION_OPTION_DESCRIPTION
Message constant: description of the custom-location option- See Also:
- Constant Field Values
-
-