|
|||||||||
| Home >> All >> it >> rabellino >> [ toska overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
it.rabellino.toska
Interface ConfigHandler

- All Known Implementing Classes:
- XMLConfigHandler
- public interface ConfigHandler
This is the main interface to the data model.
| Field Summary | |
static java.lang.String |
ROLE
|
static java.lang.String |
VERSION
|
| Method Summary | |
void |
addHost(Host host)
|
void |
addKey(Key key)
|
Host |
getHost(Host host)
|
java.util.HashMap |
getHosts()
|
java.util.HashMap |
getKeys()
|
boolean |
hasChanged()
|
void |
marshal()
|
void |
removeHost(Host host)
|
void |
removeKey(java.lang.String comment)
|
void |
setChanged(boolean action)
|
void |
unmarshal()
|
| Field Detail |
ROLE
public static final java.lang.String ROLE
- See Also:
- Constant Field Values
VERSION
public static final java.lang.String VERSION
- See Also:
- Constant Field Values
| Method Detail |
getKeys
public java.util.HashMap getKeys()
getHosts
public java.util.HashMap getHosts()
getHost
public Host getHost(Host host)
addHost
public void addHost(Host host) throws DuplicateHostException
addKey
public void addKey(Key key) throws DuplicateKeyException
removeHost
public void removeHost(Host host)
removeKey
public void removeKey(java.lang.String comment)
marshal
public void marshal()
throws java.lang.Exception
unmarshal
public void unmarshal()
setChanged
public void setChanged(boolean action)
hasChanged
public boolean hasChanged()
|
|||||||||
| Home >> All >> it >> rabellino >> [ toska overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC