Package eu.bandm.tools.util3
Class JarLinkerOptions.Descriptions
java.lang.Object
eu.bandm.tools.muli.Catalog<String>
eu.bandm.tools.muli.CatalogByString
eu.bandm.tools.util3.JarLinkerOptions.Descriptions
- Enclosing class:
- JarLinkerOptions
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 | |
---|---|
--debug | the verbosity |
--exclude | names of packages and subtrees to exclude. "a.b.c" is a package all classes in which will not be included. "a.b..." (three triling dots) is a subtree: all packages with this prefix will be excluded. |
--inputs | the binary input sources in which to search for classes (directories or jar files) |
--main | the name(s) of the main class(es) which define reachability. The very first will be the *main* class in the jar file's Manifest. |
--manifest | base manifest file |
--output | the path to the jar file to generate |
--ressourceDirs | pair of source/target, where to move directories of ressources The first is the source position in the file system, the second is a directory in the generated jar file. |
--seal | whether to seal all packages |
Created on 2024-09-15_20h21m45
by program bandm/metatools/option/compiler, version 2.1
command line =
java bandm/metatools/option/compiler JarLinkerOptions.xml eu.bandm.tools.util3 JarLinkerOptions $(HOME)/metatools/src
by program bandm/metatools/option/compiler, version 2.1
command line =
java bandm/metatools/option/compiler JarLinkerOptions.xml eu.bandm.tools.util3 JarLinkerOptions $(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()
-