Package eu.bandm.tools.d2d2.base
Class Options.Descriptions
java.lang.Object
eu.bandm.tools.muli.Catalog<String>
eu.bandm.tools.muli.CatalogByString
eu.bandm.tools.d2d2.base.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 | |
---|---|---|
$ENUM modes | Wählt aus aus sehr verschiedenen Arbeitsgängen | Select very different operation modes of this tool |
$ENUM modes ddf2doc | Generate xhtml documentation for a d2d module (select reader's language.) | Generate xhtml documentation for a d2d module (select reader's language.) |
$ENUM modes ddf2dtd | Übersetze eine d2d-Modul-Definition in eine Standard DTD Datei | Generate a standard dtd from a d2d module definition. |
$ENUM modes ddf2format | Pretty-print ein D2d-Definitions-Modul als Quelltext | Export a pretty-printed source text of the d2d definition module |
$ENUM modes ddf2tsoap | Schreibe die tsoap Serialisierung einer D2d-Definitions-Datei | Write down the tsoap serialization of the d2d definition module |
$ENUM modes ddf2xslt | Schreibe die xslt-Regeln im Dtd format für ein bestimmtes d2d-Modul und Zielformat | Write out the xslt rules (in d2d format) for particular d2d module and target format |
$ENUM modes text2texts | Übersetze d2d Quelltext mit xslt. VERALTET, benutze das Batch-Programm! | Translate one d2d by xslt. DEPRECATED use Batch tool instead! |
$ENUM modes text2xml | Eine(1) d2d Textdatei in eine(1) XML-codierte Datei übersetzen. | Translate one(1) d2d text input files into one(1) standard xml file. |
--additionalSources | Zusätzliche Quelldateien, für Dokumentations- und XSLT-Generierung. | additional source files, currently only used for documentation and transformation definitions. |
--debug | Debug-Level, 0=stimm, 100=maximal redselig | debug level, 0=silent 100=maximal verbose |
--interactive | Im Fehlerfall drucke .. (=1) Stack-Situation (=2) bis jetzt generierte Ausgabe | which info to print in case of error: (=1) stack situation (=2) generated output so far |
--key | die Zielsprache, für die Dokumentation gebaut werden soll, oder das Paar 'module:element', für das XSLT-Quelltext extrahiert werden soll. | the target language for which documentation shall be generated; or the pair 'module:element' into which xslt code shall be extracted |
--lineWidth | Breite der Ausgabezeile (ca.) für die meisten Druck- und Dateiausgaben. | width of a line---for most print out procedures. |
--mode | welche Aufgabe soll ausgeführt werden? | for what kind of task this application is called |
--outputfile | Ausgabedatei | output file |
--partialdocs | Ob unvollständige, nur partiell korrekte Dokumente generiert werden. | whether partially correct but incomplete documents may be produced. |
--path | Suchpfad für Dateien mit Texttyp-Definitionen | where to look for type definition modules |
--source | Pfad der Quelldatei, oder Name eines Moduls (abhängig von 'mode'). | path of source file or name of module to process, depends on 'mode' |
--static | Ob die statische Stuktur des Quelltextes documentiert wernde soll, nicht die Instantiierung. | Whether the static = un-instantiated structure of the given source text module shall be documented, not its instantiation. |
--stylesheetParamFiles | Liste von Dateien mit 'key:value'-Paare für die XSLT-Ausführung. | list of files containing parameters for xslt processing. |
--stylesheetParams | einzelne 'key:value'-Paare als sog. "stylesheet parameter" für die XSLT-Ausführung. | explicit pairs key:value of parameters for an xslt style sheet processing. |
--version | Programmversion anzeigen | show application and version information |
-0 | Pfad der Quelldatei, oder Name eines Moduls (abhängig von 'mode'). | path of source file or name of module to process, depends on 'mode' |
-d | Debug-Level, 0=stimm, 100=maximal redselig | debug level, 0=silent 100=maximal verbose |
-k | die Zielsprache, für die Dokumentation gebaut werden soll, oder das Paar 'module:element', für das XSLT-Quelltext extrahiert werden soll. | the target language for which documentation shall be generated; or the pair 'module:element' into which xslt code shall be extracted |
-m | welche Aufgabe soll ausgeführt werden? | for what kind of task this application is called |
-p | Suchpfad für Dateien mit Texttyp-Definitionen | where to look for type definition modules |
-v | Programmversion anzeigen | show application and version information |
Created on 2024-09-29_19h31m46
by program bandm/metatools/option/compiler, version 2.1
command line =
java bandm/metatools/option/compiler d2dOptions.xml eu.bandm.tools.d2d2.base Options OptionsGui $(HOME)/metatools/src
by program bandm/metatools/option/compiler, version 2.1
command line =
java bandm/metatools/option/compiler d2dOptions.xml eu.bandm.tools.d2d2.base Options OptionsGui $(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()
-