public class LooseConfigData extends XmlDocument
doc| Constructor and Description |
|---|
LooseConfigData() |
| Modifier and Type | Method and Description |
|---|---|
Element |
addArchive(Element parent,
String target) |
void |
addArchive(File src,
String target) |
Element |
addArchive(String target) |
void |
addDir(Element parent,
File src,
String target) |
void |
addDir(File src,
String target) |
void |
addFile(Element parent,
File src,
String target) |
void |
addFile(File src,
String target) |
Element |
getDocumentRoot() |
void |
toXmlFile(File xmlFile) |
createDocument, createDocument, writeXMLDocument, writeXMLDocumentpublic LooseConfigData()
throws ParserConfigurationException
ParserConfigurationExceptionpublic void addDir(File src, String target) throws DOMException, IOException
DOMExceptionIOExceptionpublic void addDir(Element parent, File src, String target) throws DOMException, IOException
DOMExceptionIOExceptionpublic void addFile(File src, String target) throws DOMException, IOException
DOMExceptionIOExceptionpublic void addFile(Element parent, File src, String target) throws DOMException, IOException
DOMExceptionIOExceptionpublic void addArchive(File src, String target) throws DOMException, IOException
DOMExceptionIOExceptionpublic Element getDocumentRoot()
Copyright © 2018 the original author or authors.