Package | Description |
---|---|
de.bsvrz.kex.datex2.allgemein |
SWE KEx-DatexII (de.bsvrz.kex.datex2)
Copyright (C) 2014 TraffGo Road GmbH
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version.
|
de.bsvrz.kex.datex2.allgemein.impl |
SWE KEx-DatexII (de.bsvrz.kex.datex2)
Copyright (C) 2014 TraffGo Road GmbH
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version.
|
de.bsvrz.kex.datex2.plugins.definition |
SWE KEx-DatexII (de.bsvrz.kex.datex2)
Copyright (C) 2014 TraffGo Road GmbH
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PersistenzModul
(Familien-)Interface für persistierende Daten.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<KonfigurationsModul> |
KonfigurationsModuleFactory.instantiiere()
Instantiiert eine Menge von Konfigurationsmethoden mit unterschiedlichen Kontexten.
|
Modifier and Type | Class and Description |
---|---|
class |
EinfachesKonfigurationsModul
Klasse zur Implementierung eines Konfigurationsmoduls durch Auslesen von
Dateien im JavaProperty-Format.
|
class |
PersistenzUeberDaV
Implementierung des Interface PersistenzModul; Daten werden über den
Datenverteiler in einer speziellen Attributgruppe persistiert.
|
Modifier and Type | Field and Description |
---|---|
private KonfigurationsModul |
PersistenzUeberDaV.config
Referenz auf Konfigurationsmodul.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<KonfigurationsModul> |
EinfachesKonfigurationsModulFactory.instantiiere() |
Constructor and Description |
---|
ErweiterterLoggerDaV(KonfigurationsModul config,
de.bsvrz.dav.daf.main.ClientDavInterface davConnection)
Konstruktor.
|
PersistenzUeberDaV(de.bsvrz.dav.daf.main.ClientDavInterface davConnection,
KonfigurationsModul config)
Konstruktor.
|
Modifier and Type | Field and Description |
---|---|
protected KonfigurationsModul |
KExD2Plugin.konfigurationsModul
Referenz auf KonfigurationsModul.
|
Modifier and Type | Method and Description |
---|---|
KonfigurationsModul |
KExD2Plugin.getKonfigurationsModul()
Zugriff auf das zum Plugin assoziierte Konfigurationsmodul.
|
Modifier and Type | Method and Description |
---|---|
void |
KExD2Plugin.setKonfigurationsModul(KonfigurationsModul konfigurationsModul)
Injizierte KonfigurationsModul (mit bestimmten Kontext).
|