Package eu.bandm.tools.d2d2.demo
Class Options.Descriptions
java.lang.Object
eu.bandm.tools.muli.Catalog<String>
eu.bandm.tools.muli.CatalogByString
eu.bandm.tools.d2d2.demo.Options.Descriptions
- Enclosing class:
- Options
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:
de | en | |
---|---|---|
--directory | Verzeichnis aus dem gelesen und in das geschrieben werden soll | Where to read and write the text files |
--fromDisk | Beim Starten der Verarbeitung werden die Platten-Dateien eingelsen und die Inhalte der Editor-Fenster überschireben | Whenever a processing is initiated, the current state of the source files are read and the editor buffers will be overwritten.. |
--stem | Gemeinsamer Name aller beteiligten Dateien, nur die Endung wechselt. (Ein Definitionsmodul hat den Moudlnamen als Filenamen) | Common name of all data files involved. Only their extensions differ. (The module definition file, if any, has the name of the module as its stem) |
--toDisk | Bei jede Verabeitung werden die Resultate in Dateien im asugewählten Verzeichnis geschrieben. | Whenever a processing is executed, the results re written to disc files in the selected directory. |
--verbosity | Bestimmt die Menge der Ausgaben | Controls the amount of tracing messages. |
Created on 2024-09-22_11h19m36
by program bandm/metatools/option/compiler, version 2.1
command line =
java bandm/metatools/option/compiler options.xml eu.bandm.tools.d2d2.demo Options GeneratedGui $(HOME)/metatools/src
by program bandm/metatools/option/compiler, version 2.1
command line =
java bandm/metatools/option/compiler options.xml eu.bandm.tools.d2d2.demo Options GeneratedGui $(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()
-