|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jconfig.handler.AbstractHandler | +--org.jconfig.handler.BaseXMLHandler
This class is used internally to save a configuration to a file.
Constructor Summary | |
BaseXMLHandler()
|
Method Summary | |
java.lang.String |
getEncodingType(java.lang.String str)
|
void |
setEncoding(java.lang.String encoding)
|
protected void |
store(java.io.File file,
Configuration config)
This method will save the current categories and their properties to a file |
Methods inherited from class org.jconfig.handler.AbstractHandler |
addFileListener, fileChanged, fireFireChangedEvent, getFile |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jconfig.handler.ConfigurationHandler |
load, store |
Constructor Detail |
public BaseXMLHandler()
Method Detail |
public void setEncoding(java.lang.String encoding)
protected void store(java.io.File file, Configuration config) throws ConfigurationManagerException
file
- the file that will be generatedConfigurationManagerException
- Description of the Exceptionpublic java.lang.String getEncodingType(java.lang.String str)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |