Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

it.rabellino.toska
Interface ConfigHandler  view ConfigHandler download ConfigHandler.java

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()