Package eu.bandm.tools.util3
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
Programmatically generated catalog of translations.
Generated code realizing the multi lingual translations of all command line option descriptions.
Usage: Invoke the only constructor. Then follow the documentation of the super class.
Initial contents:
en | |
---|---|
--encoding | Character encoding used for input of source files and output of targets. |
--escape | Lead in character for marking the start of a text to substitute. |
--inputFiles | List of input files. Each file must contain the substitution character for deriving the name of the output file. |
--placeholder | String 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. |
--qualifiers | To 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. |
--substitutionFiles | List of names of files, containing substitutions. Their format is the Java standard "java.util.Property" file. |
--substitutions | Pairs of substitutions, directly given as command line parameters. Additionally to the file inputs, and valid for all qualifiers. |
--targetdir | If set, the target files will be generated in this directory instead of that of the input files. |
-0 | List of input files. Each file must contain the substitution character for deriving the name of the output file. |
-S | List of names of files, containing substitutions. Their format is the Java standard "java.util.Property" file. |
-s | Pairs of substitutions, directly given as command line parameters. Additionally to the file inputs, and valid for all qualifiers. |
Created on 2024-09-15_20h21m48
by program bandm/metatools/option/compiler, version 2.1
command line =
java bandm/metatools/option/compiler ParameterExpanderOptions.xml eu.bandm.tools.util3 ParameterExpanderOptions $(HOME)/metatools/src
by program bandm/metatools/option/compiler, version 2.1
command line =
java bandm/metatools/option/compiler ParameterExpanderOptions.xml eu.bandm.tools.util3 ParameterExpanderOptions $(HOME)/metatools/src
-
Nested Class Summary
Nested classes/interfaces inherited from class eu.bandm.tools.muli.CatalogByString
CatalogByString.TranslationCollector
Nested classes/interfaces inherited from class eu.bandm.tools.muli.Catalog
Catalog.Const
-
Field Summary
Fields inherited from class eu.bandm.tools.muli.CatalogByString
linefeedPattern, msg, sourceId
-
Constructor Summary
-
Method Summary
Methods inherited from class eu.bandm.tools.muli.CatalogByString
doload, getKeys, load, load, main, normalizeLinefeed, putAsKey
Methods inherited from class eu.bandm.tools.muli.Catalog
_format, _format, _translateArgs, containsKey, dump, get, get, get, get, getKey, getKeys, getKeys, insitu, insitu, insitu, insitu, INSITU, INSITU, makeMap, makeMuli, noTranslate, put, put, put, put, putAll, putAll, readLanguageMap, readLanguages, readLanguagesString, translateAllAndFormatRobust, translateAllAndFormatRobust, translateArgsAndFormatRobust, translateArgsAndFormatRobust, translateKeyAndFormatRobust, translateKeyAndFormatRobust, translateRobust, translateRobust
-
Constructor Details
-
Descriptions
public Descriptions()
-