Class ParameterExpanderOptions.Descriptions

java.lang.Object
eu.bandm.tools.muli.Catalog<String>
eu.bandm.tools.muli.CatalogByString
eu.bandm.tools.util3.ParameterExpanderOptions.Descriptions
Enclosing class:
ParameterExpanderOptions

public class ParameterExpanderOptions.Descriptions extends CatalogByString
Programmatically generated catalog of translations.

Usage: Invoke the only constructor. Then follow the documentation of the super class.

Initial contents:

en
--encodingCharacter encoding used for input of source files and output of targets.
--escapeLead in character for marking the start of a text to substitute.
--inputFilesList of input files. Each file must contain the substitution character for deriving the name of the output file.
--placeholderString to be replaced in the name of the input file and the substitution files. If not given, no such replacement is done. Else at least one fileNameQualifier must be given.
--qualifiersTo be inserted in the name of the input file for the name of the output file, and in the name of the substitution file. This list must be non-empty if a placeholder is defined.
--substitutionFilesList of names of files, containing substitutions. Their format is the Java standard "java.util.Property" file.
--substitutionsPairs of substitutions, directly given as command line parameters. Additionally to the file inputs, and valid for all qualifiers.
--targetdirIf set, the target files will be generated in this directory instead of that of the input files.
-0List of input files. Each file must contain the substitution character for deriving the name of the output file.
-SList of names of files, containing substitutions. Their format is the Java standard "java.util.Property" file.
-sPairs of substitutions, directly given as command line parameters. Additionally to the file inputs, and valid for all qualifiers.
Generated code realizing the multi lingual translations of all command line option descriptions.
Created on 2024-03-03_16h27m51
by program bandm/metatools/option/compiler, version 2.1
command line =
bandm/metatools/option/compiler ParameterExpanderOptions.xml eu.bandm.tools.util3 ParameterExpanderOptions $(HOME)/metatools/src
  • Constructor Details

    • Descriptions

      public Descriptions()