public class XmlConfigFile extends XmlConfig
XmlConfigFile class.
MOVE_DOWN, MOVE_FIRST, MOVE_LAST, MOVE_UPcompiledCache, compiler| Constructor and Description |
|---|
XmlConfigFile(File file)
Constructor for XmlConfigFile.
|
XmlConfigFile(InputStream is)
Constructor for XmlConfigFile.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canSave()
canSave.
|
File |
getFile()
Getter for the field
file. |
void |
save()
save.
|
void |
setName(String name)
setName.
|
String |
toString() |
createConfig, equals, getDocument, getInputStream, getName, getNode, getNodeKeys, getNodes, getNodes, getParent, getProperty, getPropertyKeys, getUrl, getXmlElement, isConfigChanged, isEditable, isProperty, moveConfig, readConfig, removeConfig, removeProperty, setProperty, writeConfig, writeConfighasContent, isValidesetStringgetExtracted, getExtracted, getExtracted, getInputStream, getNodeByPath, keysgetBoolean, getBoolean, getCalendar, getDate, getDouble, getFloat, getInt, getLong, getNumber, getProperty, getString, getString, iterator, setBoolean, setCalendar, setDate, setDouble, setFloat, setInt, setLong, setNumber, toMapbase, base, createBase, forkBase, installBase, isBase, leaveBaseclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic XmlConfigFile(File file) throws FileNotFoundException, Exception
Constructor for XmlConfigFile.
file - a File object.FileNotFoundException - if any.Exception - if any.public XmlConfigFile(InputStream is) throws FileNotFoundException, Exception
Constructor for XmlConfigFile.
is - a InputStream object.FileNotFoundException - if any.Exception - if any.public boolean canSave()
canSave.
public void save()
throws MException
save.
MException - if any.Copyright © 2016. All Rights Reserved.