Package eu.bandm.tools.util3
Class CallXsltOptions.Descriptions
java.lang.Object
eu.bandm.tools.muli.Catalog<String>
eu.bandm.tools.muli.CatalogByString
eu.bandm.tools.util3.CallXsltOptions.Descriptions
- Enclosing class:
CallXsltOptions
@Generated(generator="eu.bandm.tools.muli.utils",
version="",
timestamp="2025-08-17_22h52m13")
public class CallXsltOptions.Descriptions
extends CatalogByString
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 | |
|---|---|
| --contenthandler | full class name of content handler |
| --entityresolver | full class name of entity resolver |
| --html | use html output formatter |
| --in | input file |
| --out | output file |
| --param | pairs of parameter name and parameter value string |
| --text | use plain text output formatter |
| --uriresolver | full class name of uri resolver |
| --xml | use xml output formatter and output xml header |
| --xsl | transformtion code |
| -0 | input file |
| -1 | transformtion code |
| -2 | output file
|
Generated on 2025-08-17_22h52m12
by program bandm/metatools/option/compiler, version
command line =
by program bandm/metatools/option/compiler, version
command line =
java bandm/metatools/option/compiler CallXsltOptions.xml eu.bandm.tools.util3 CallXsltOptions $(HOME)/metatools/src
-
Nested Class Summary
Nested classes/interfaces inherited from class eu.bandm.tools.muli.Catalog
Catalog.Const<L> -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class eu.bandm.tools.muli.CatalogByString
_translateArgs, getKeys, putAsKeyMethods inherited from class eu.bandm.tools.muli.Catalog
_format, _format, containsKey, dump, get, get, get, getKey, getKeys, getKeys, getSpecific, insitu, insitu, insitu, insitu, INSITU, INSITU, noTranslate, put, put, put, put, putAll, putAll, readLanguageMap, readLanguages, readLanguagesString, translateAllAndFormatRobust, translateAllAndFormatRobust, translateArgsAndFormatRobust, translateArgsAndFormatRobust, translateKeyAndFormatRobust, translateKeyAndFormatRobust, translateRobust, translateRobust
-
Constructor Details
-
Descriptions
public Descriptions()
-