Class MessagesConstants


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

      • MessagesConstants

        public MessagesConstants()