Package eu.bandm.tools.d2d2.base
Class Constants
java.lang.Object
eu.bandm.tools.d2d2.base.Constants
Utility class holding ubiquituously used constants.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAddress text by which the resource finding ofModuleRegistryfinds all standard libraries, stored as resources in the class tree.static final StringShort key to make the ModuleRegistry search the default libraries, as indicated by#DEFAULT_LIBRARY.static final StringDefault xslt library, as resolved by the resolution code inDocTypes.resolveEntity(java.lang.String, java.lang.String),DocTypes.resolve_to_stream(java.net.URI), etc.static final StringTemplate for a file name (or pseudo filename) for xslt rules extracted for one particular transformation task.static final StringTemplate for a file name (or pseudo filename) for xslt rules extracted for one particular transformation task.static final StringName of the dir for a generated documentation.static final StringName of the dir for a static generated documentation.static final StringEvidentstatic final StringThe string which must be given as a "target format key" in the "keys" list of "text2texts()" for storing the un-processed xml data.static final StringThe name of an xslt parameter which is SET automatically by this code to signal the presence of errors in preceding processing steps to subsequent xslt processing.static final NamespaceNameName of an xslt stylesheet parameter for processing it with Java code, in parallel to the usual xslt-based processing.static final NamespaceNameName of an xslt stylesheet parameter for processing it with Java code, in parallel to the usual xslt-based processing.static final NamespaceNameName of an xslt stylesheet parameter for processing it with Java code, in parallel to the usual xslt-based processing.static final StringEvidentstatic final StringEvidentstatic final StringEvident -
Method Summary
Modifier and TypeMethodDescriptionstatic final voidEvident
-
Field Details
-
PROGRAM_NAME
Evident- See Also:
-
VERSION
Evident- See Also:
-
WEBSITE
Evident- See Also:
-
VERSION_COMMENT
Evident- See Also:
-
DEFAULT_LIBRARY
Address text by which the resource finding ofModuleRegistryfinds all standard libraries, stored as resources in the class tree.- See Also:
-
DEFAULT_LIBRARY_SHORTCUT
Short key to make the ModuleRegistry search the default libraries, as indicated by#DEFAULT_LIBRARY.- See Also:
-
DEFAULT_XSLT_LIB
Default xslt library, as resolved by the resolution code inDocTypes.resolveEntity(java.lang.String, java.lang.String),DocTypes.resolve_to_stream(java.net.URI), etc.- See Also:
-
string_pseudo_format_xmlSource
The string which must be given as a "target format key" in the "keys" list of "text2texts()" for storing the un-processed xml data.- See Also:
-
string_user_error_flag
The name of an xslt parameter which is SET automatically by this code to signal the presence of errors in preceding processing steps to subsequent xslt processing.- See Also:
-
filename_template_xslt_xml
Template for a file name (or pseudo filename) for xslt rules extracted for one particular transformation task.- See Also:
-
filename_template_xslt_d2d
Template for a file name (or pseudo filename) for xslt rules extracted for one particular transformation task.- See Also:
-
generatedDocumentation_directoryName_instantiated
Name of the dir for a generated documentation. Parameters are (1) the modulename, (2) the target language,- See Also:
-
generatedDocumentation_directoryName_uninstantiated
Name of the dir for a static generated documentation. Parameters are (1) the modulename, (2) the target language- See Also:
-
stylesheet_param_cssUrls
Name of an xslt stylesheet parameter for processing it with Java code, in parallel to the usual xslt-based processing. Currently used in Ddf2Doc. -
stylesheet_param_favicon
Name of an xslt stylesheet parameter for processing it with Java code, in parallel to the usual xslt-based processing. Currently used in Ddf2Doc. -
stylesheet_param_preamble_filepos
Name of an xslt stylesheet parameter for processing it with Java code, in parallel to the usual xslt-based processing. Currently used in Ddf2Doc.
-
-
Method Details
-
setCriticalColor_vt100
Evident
-