Constant Field Values

Contents

com.devonfw.*

  • com.devonfw.cobigen.cli.constants.MessagesConstants 
    Modifier and Type Constant Field Value
    public static final java.lang.String ADAPT_TEMPLATES_DESCRIPTION "Generates a new templates folder next to the cobigen cli"
    public static final java.lang.String COMMAND_NOT_UNDERSTOOD "Command not understood, please try again"
    public static final java.lang.String COMMAND_NOT_YET_SUPPORTED "Command not yet supported, sorry for the unconvenience"
    public static final java.lang.String CUSTOM_LOCATION_OPTION_DESCRIPTION "Custom location where the unpacked templates will be stored."
    public static final java.lang.String GENERATE_DESCRIPTION "Using an input file (Java entity or ETO, OpenAPI definition, XML...) can generate code to a location on your computer"
    public static final java.lang.String INCREMENTS_OPTION_DESCRIPTION "List of increments that will be generated. They need to be specified with numbers separated by comma."
    public static final java.lang.String INPUT_FILE_DESCRIPTION "Input files (Java entity or ETO, OpenAPI definition, XML...) that will be parsed by CobiGen and generate code from them. You can use glob patterns on the path, for using multiple input files. Also you can specify input files one by one separated by comma."
    public static final java.lang.String OUTPUT_ROOT_PATH_DESCRIPTION "Location where the generated code will be stored."
    public static final java.lang.String TEMPLATE_PATH_DESCRIPTION "Location of the templates project. Can be either a project containing the templates and utils like CobiGen_Templates or a jar file with the compiled templates and utils."
    public static final java.lang.String TEMPLATES_OPTION_DESCRIPTION "List of templates that will be generated. They need to be specified with numbers separated by comma."
    public static final java.lang.String UPDATE_ALL_DESCRIPTION "If this option is enabled, all plugins will get updated."
    public static final java.lang.String UPDATE_OPTION_DESCRIPTION "Use update command to find out which plug-ins are outdated and choose which ones do you want to update ."
    public static final java.lang.String VERBOSE_OPTION_DESCRIPTION "If this options is enabled, we will print also debug messages"
    public static final java.lang.String WELCOME_MESSAGE "Welcome to CobiGen.\nThe Code-based incemental Generator for end to end code generation tasks, mostly used in Java projects.\n"
  • com.devonfw.cobigen.cli.utils.CobiGenUtils 
    Modifier and Type Constant Field Value
    public static final java.lang.String CLI_HOME "cli-config"