Class BatchOptions.Descriptions

java.lang.Object
eu.bandm.tools.muli.Catalog<String>
eu.bandm.tools.muli.CatalogByString
eu.bandm.tools.d2d2.base.BatchOptions.Descriptions
Enclosing class:
BatchOptions

public class BatchOptions.Descriptions extends CatalogByString
Programmatically generated catalog of translations.

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

Initial contents:

deen
$ENUM traceflagKontrolliert das individuelle Ein-/ausschalten verschiedener Trace-Ausgaben.Switch on/off different trace outputs individually.
$ENUM traceflag elementReducingTrace the reduce step of a collected result element, ie. the call of the tdom semi-parser.
$ENUM traceflag exceptionStackTracesPrint the java stack trace in case of exceptions.
$ENUM traceflag extendedInfoPrint additional information with most messages.
$ENUM traceflag globalValuesTrace calculation of all global values (parameters and variables).
$ENUM traceflag justWarningsSuppress all log messages. Print errors and warnings. (Overrides "silent")
$ENUM traceflag resourceFindingTrace the resolution of URLs/URIs/file names and the access to resource objets.
$ENUM traceflag showSourceDisplay source text as soon as parsed, and as additional information.
$ENUM traceflag silentSuppress all log messages, even warnings. Print only errors.
$ENUM traceflag templateCallTrace parameter set up and code executon start for template calls and applies.
$ENUM traceflag templateDirsDump the template directories as soon they are filled.
$ENUM traceflag templateResolutionTrace finding of templates. Includes xsl:for-each application.
$ENUM traceflag testDecisionsTrace the deciding expressions in xsl:if and xsl:choose expressions.
$ENUM traceflag tpathEvalTrace evaluation of all tpath expressions.
$ENUM traceflag tpathFunctionsTrace calls, parameters and results of functions called from tpath expressions.
$ENUM traceflag tpathTypesPrint the results of type checking tpath expressions.
$ENUM traceflag varAssignmentTrace assignments to variables.
$ENUM traceflag verbatimTextDumps all verbatim inserted XML fragments.
$ZWITEXT_0Verarbeitungsauftrag:main operation parameters:
$ZWITEXT_1Modifikation der generierten Ausgabe:output modification parameters:
$ZWITEXT_2Modifikation des Verarbeitungsablaufes:operation modification parameters:
--debugdebug level, 0=silent 100=maximal verbose
--fileBasedirectory position as common prefix for all input and output files
--inputPatternfile name pattern to analyse the input files.
--interactivewhich info to print in case of error: (=1) stack situation (=2) generated output so far
--lineWidthwidth of a line for diverse print out procedures.
--noTxsldo not use bandm txsl, but jre built-in xslt processor.
--partialdocswhether partially correct but incomplete documents may be produced.
--pathwhere to look for type definition modules
--pedanticwhether to follow specification even when it appears hardly sensible
--sourcespath of source files to process, relative to common file base
--strictCheckwhether to type check unreachable code
--stylesheetParamFileslist of files containing parameters for xslt processing.
--stylesheetParamsparameters for an xslt style sheet processing.
--tpathFunctionsname of a subclass of eu.bandm.tools.tpath.runtime.FunctionLibrary, defining tpath functions. Defaults to tpath+xslt pre-defined functions.
--transformationstuples of target name, tdom class names and top element (both possibly empty = '-') and output file pattern.
--txslTraceFlagssequence of flags which enable the different debug tracing separately
--versionProgrammversion anzeigenshow application and version information
--writeXsltFileWrite out intermediate files to disk (for debugging purpose) when collecting xslt code.
--xmlResultfile name pattern where to store the xml version of the d2d inputs
-ddebug level, 0=silent 100=maximal verbose
-vProgrammversion anzeigenshow application and version information
Generated code realizing the multi lingual translations of all command line option descriptions.
Created on 2024-03-07_08h05m29
by program bandm/metatools/option/compiler, version 2.1
command line =
bandm/metatools/option/compiler batchOptions.xml eu.bandm.tools.d2d2.base BatchOptions BatchOptionsGui $(HOME)/metatools/src
  • Constructor Details

    • Descriptions

      public Descriptions()