public interface Configurable
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.jdom.Element parent)
Configures the Local configuration.xml Always used after masterConfigure.
|
default void |
configure(org.jdom.Element parent,
boolean merge)
This method is used, if the component should not be configured, but merged with the given configuration.
|
org.jdom.Element |
getConfiguration()
Gets the JDOM Root for this Configurable.
|
void |
masterConfigure(org.jdom.Element parent)
Configures the Server configuration.xml.
|
default void |
masterConfigure(org.jdom.Element parent,
boolean merge)
This method is used, if the component should not be configured, but merged with the given configuration.
|
void configure(org.jdom.Element parent)
parent - JDOM rootvoid masterConfigure(org.jdom.Element parent)
parent - JDOM rootorg.jdom.Element getConfiguration()
throws NoWriteError
NoWriteError - throws NoWriteError if anything went wrongdefault void configure(org.jdom.Element parent,
boolean merge)
parent - DOCUMENT ME!merge - DOCUMENT ME!default void masterConfigure(org.jdom.Element parent,
boolean merge)
parent - DOCUMENT ME!merge - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.