|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Configuration | |
---|---|
de.xoev.xdomea.viewer.config | |
de.xoev.xdomea.viewer.modules.validation | |
de.xoev.xdomea.viewer.util |
Uses of Configuration in de.xoev.xdomea.viewer.config |
---|
Methods in de.xoev.xdomea.viewer.config that return Configuration | |
---|---|
Configuration |
Configuration.clone()
|
Methods in de.xoev.xdomea.viewer.config that return types with arguments of type Configuration | |
---|---|
List<Configuration> |
ConfigurationService.getConfigs()
|
List<Configuration> |
ConfigurationService.getDefaultConfigs()
erzeugt die standardmäßigen Konfigurationen. |
static List<Configuration> |
ConfigurationParser.parse(String configFile)
parst die übergebene Konfigurationsdatei |
Method parameters in de.xoev.xdomea.viewer.config with type arguments of type Configuration | |
---|---|
void |
ConfigurationService.setConfigs(List<Configuration> configs)
|
static File |
ConfigurationParser.write(String configFile,
List<Configuration> configList)
schreibt die Daten aus der übergebenen Liste von Configuration-Instanzen in eine Datei |
Uses of Configuration in de.xoev.xdomea.viewer.modules.validation |
---|
Methods in de.xoev.xdomea.viewer.modules.validation that return types with arguments of type Configuration | |
---|---|
List<Configuration> |
SchemaValidator.getConfigs()
|
Method parameters in de.xoev.xdomea.viewer.modules.validation with type arguments of type Configuration | |
---|---|
void |
SchemaValidator.setConfigs(List<Configuration> configs)
|
Constructor parameters in de.xoev.xdomea.viewer.modules.validation with type arguments of type Configuration | |
---|---|
SchemaValidator(File message,
List<Configuration> viewerConfigs)
erzeugt eine SchemaValidator-Instanz |
Uses of Configuration in de.xoev.xdomea.viewer.util |
---|
Methods in de.xoev.xdomea.viewer.util that return Configuration | |
---|---|
static Configuration |
ProjectUtil.getConfiguration(String xdomeaVersion,
List<Configuration> configs)
gibt die Konfiguration für die angegebene xdomea-Version zurück. |
Method parameters in de.xoev.xdomea.viewer.util with type arguments of type Configuration | |
---|---|
static Configuration |
ProjectUtil.getConfiguration(String xdomeaVersion,
List<Configuration> configs)
gibt die Konfiguration für die angegebene xdomea-Version zurück. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |