public class ChartConfigFactory extends ChartConfigManager
ChartConfigFactory class.
| Constructor and Description |
|---|
ChartConfigFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ChartConfigFactory |
getInstance()
getInstance
|
static void |
init()
init
|
static void |
reload()
reload
|
protected void |
saveXml(String xml)
saveXml
|
static void |
setInstance(ChartConfigFactory instance)
setInstance
|
void |
update()
update
|
getConfiguration, parseXml, saveCurrent, setConfigurationpublic static void init()
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException,
FileNotFoundException,
IOException
init
org.exolab.castor.xml.MarshalException - if any.org.exolab.castor.xml.ValidationException - if any.FileNotFoundException - if any.IOException - if any.public static void reload()
throws IOException,
FileNotFoundException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
reload
IOException - if any.FileNotFoundException - if any.org.exolab.castor.xml.MarshalException - if any.org.exolab.castor.xml.ValidationException - if any.protected void saveXml(String xml) throws IOException
saveXml
saveXml in class ChartConfigManagerxml - a String object.IOException - if any.public void update()
throws IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
update
update in class ChartConfigManagerIOException - if any.org.exolab.castor.xml.MarshalException - if any.org.exolab.castor.xml.ValidationException - if any.public static ChartConfigFactory getInstance()
getInstance
ChartConfigFactory object.public static void setInstance(ChartConfigFactory instance)
setInstance
instance - a ChartConfigFactory object.Copyright © 2017. All rights reserved.