Information about this module's container configuration.
The following table contains global module information.
Name: | jDTAUS Banking ⁑ RI Textschluesselverzeichnis |
---|---|
Description: | TextschluesselVerzeichnis reference implementation. |
Version: | 1.14.1 |
The following table lists all specifications defined by the module.
Identifier | Vendor | Version | Multiplicity | Scope |
---|---|---|---|---|
org.jdtaus.banking.ri.txtdirectory.JaxpTextschluesselProvider | jDTAUS | 1.14.1 | * | multiton |
The following table lists all implementations provided by the module.
Identifier | Name | Version | Final | Implemented specifications |
---|---|---|---|---|
org.jdtaus.banking.ri.txtdirectory.JaxpTextschluesselVerzeichnis | jDTAUS Banking SPI | 1.14.1 | true | org.jdtaus.banking.TextschluesselVerzeichnis 1.3 |
org.jdtaus.banking.ri.txtdirectory.DefaultJaxpTextschluesselProvider | jDTAUS Banking ⁑ RI Textschluesselverzeichnis | 1.14.1 | true | org.jdtaus.banking.ri.txtdirectory.JaxpTextschluesselProvider |
The following table lists all dependencies to provide when assembling an application.
Specification | Module | Required specification level |
---|---|---|
org.jdtaus.core.logging.spi.Logger Logs events for a specific component. | jDTAUS Core ⁑ SPI | 1.0 |
org.jdtaus.core.text.spi.ApplicationLogger Logs messages to applications. | jDTAUS Core ⁑ SPI | 1.3 |
org.jdtaus.core.lang.spi.MemoryManager Manages memory allocations. | jDTAUS Core ⁑ SPI | 1.0 |
org.jdtaus.core.monitor.spi.TaskMonitor Monitors tasks. | jDTAUS Core ⁑ SPI | 1.3 |
Textschlüssel JAXP resource provider interface.
The specification does not have any properties defined.
Textschlüssel directory implementation backed by XML files.
The following table lists all properties of the implementation.
Name | Type | API | Value |
---|---|---|---|
defaultReloadIntervalMillis Default number of milliseconds to pass before resources are checked for modifications. | class java.lang.Long | no | 500 |
defaultMonitoringThreshold Default number of Textschlüssel for which progress monitoring gets enabled. | class java.lang.Long | no | 1000 |
The following table lists all dependencies of the implementation.
Name | Specification | Implementation | Required specification level |
---|---|---|---|
Logger | org.jdtaus.core.logging.spi.Logger | any available | 1.0 |
TextschluesselProvider | org.jdtaus.banking.ri.txtdirectory.JaxpTextschluesselProvider | any available | 1.14.1 |
TaskMonitor | org.jdtaus.core.monitor.spi.TaskMonitor | any available | 1.3 |
Locale | java.util.Locale | default | 1.1 |
The following table lists all messages the implementation uses.
Message | Templates |
---|---|
noJAXPValidationWarning | Deutsch: Keine JAXP Validierung verfügbar. {0} English: No JAXP validation available. {0} |
notMonitoringWarning | Deutsch: {0} kann bei Änderung nicht automatisch neu geladen werden. {1} English: {0} cannot be monitored. {1} |
changeInfo | Deutsch: {0} aktualisiert. English: {0} changed. |
monitoringInfo | Deutsch: {0} wird bei Änderung automatisch neu geladen. English: Monitoring {0} for changes. |
textschluesselInfo | Deutsch: {1,choice,0#Kein Dokument|1#Ein Dokument|1<{1} Dokumente} gelesen. {0,choice,0#Keine|1#Einen|1<{0}} Textschlüssel verarbeitet. English: Read {1,choice,0#no document|1#one document|1<{1} documents}. Processed {0,choice,0#no entities|1#one entity|1<{0} entities}. |
unsupportedNamespace | Deutsch: Ungültiger XML-Namensraum {0}. English: Unsupported XML namespace {0}. |
unsupportedModelVersion | Deutsch: Keine Unterstützung für Modellversion {0}. English: Unsupported model version {0}. |
parseException | Deutsch: Fehler bei der Verarbeitung der Resource "{0}" in Zeile {2}, Spalte {3}. {1} English: Error parsing resource "{0}" at line {2}, column {3}. {1} |
noSchemaLocation | Deutsch: Kein schemaLocation Attribut in Ressource "{0}". Keine Schema-Validierung. English: No schemaLocation attribute in resource "{0}". Schema validation skipped. |
duplicateTextschluessel | Deutsch: Textschlüssel {0,number,00}{1,number,000} ist mehrfach vorhanden. English: Non-unique Textschluessel {0,number,00}{1,number,000}. |
noTextschluesselFound | Deutsch: Keine Textschlüssel gefunden. English: No Textschlüssel found. |
Default {@code JaxpTextschluesselProvider} implementation.
The following table lists all properties of the implementation.
Name | Type | API | Value |
---|---|---|---|
defaultResourceName Default name of the classpath resource to search. | class java.lang.String | no | META-INF/jdtaus/textschluessel.xml |
The implementation does not have any dependencies.
This implementation does not use any messages.