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 FileNotFoundException,
                        IOException
init
FileNotFoundException - if any.IOException - if any.public static void reload()
                   throws IOException,
                          FileNotFoundException
reload
IOException - if any.FileNotFoundException - 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
update
update in class ChartConfigManagerIOException - if any.public static ChartConfigFactory getInstance()
getInstance
ChartConfigFactory object.public static void setInstance(ChartConfigFactory instance)
setInstance
instance - a ChartConfigFactory object.Copyright © 2021. All rights reserved.