Package eu.bandm.tools.tdom
Class Options.Descriptions
java.lang.Object
eu.bandm.tools.muli.Catalog<String>
eu.bandm.tools.muli.CatalogByString
eu.bandm.tools.tdom.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:
en | |
---|---|
--baseClass | base class for all generated element classes |
--commonContentClass | whether to generate only one common subclass of MixedContent for PCData only elements per model |
--destdir | file system mounting point of the generated source tree |
--generateLists | generate checked list classes for repeated sub-contents, not arrays |
--linewidth | number of columns for the generated Java source text. This is NOT a strict limit, but a strong orientation. |
--noCompress | whether the decode/encode methods shall be omitted |
--patterns | whether "paisley" pattern access methods shall be generated. |
--pkgname | name of the generated package. Determines the position of generated resources relative to destdir |
--sourcedtd | file position of dtd to compile |
-0 | file system mounting point of the generated source tree |
-1 | name of the generated package. Determines the position of generated resources relative to destdir |
-2 | file position of dtd to compile |
-C | base class for all generated element classes |
Created on 2024-09-15_20h22m46
by program bandm/metatools/option/compiler, version 2.1
command line =
java bandm/metatools/option/compiler Options.xml eu.bandm.tools.tdom Options $(HOME)/metatools/src
by program bandm/metatools/option/compiler, version 2.1
command line =
java bandm/metatools/option/compiler Options.xml eu.bandm.tools.tdom Options $(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()
-