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