Class MessagesConstants


  • public class MessagesConstants
    extends Object
    Messages constants printed to the user
    • 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
    • Constructor Detail

      • MessagesConstants

        public MessagesConstants()