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

@Generated(generator="eu.bandm.tools.muli.utils", version="", timestamp="2025-01-22_20h46m34") public class JarLinkerOptions.Descriptions extends CatalogByString
Programmatically generated catalog of translations.

Usage: Invoke the only constructor. Then follow the documentation of the super class.

Initial contents:

en
--debugthe verbosity
--excludenames 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.
--inputsthe binary input sources in which to search for classes (directories or jar files)
--mainthe name(s) of the main class(es) which define reachability. The very first will be the *main* class in the jar file's Manifest.
--manifestbase manifest file
--outputthe path to the jar file to generate
--ressourceDirspair 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.
--sealwhether to seal all packages
 
Generated code realizing the multi lingual translations of all command line option descriptions.
Generated on 2025-01-22_20h46m32
by program bandm/metatools/option/compiler, version
command line =
java bandm/metatools/option/compiler JarLinkerOptions.xml eu.bandm.tools.util3 JarLinkerOptions $(HOME)/metatools/src
  • Constructor Details

    • Descriptions

      public Descriptions()