ch.javasoft.xml.config
Class FileConfigParser
java.lang.Object
ch.javasoft.xml.config.FileConfigParser
public class FileConfigParser
- extends Object
The FileConfigParser parses the configuration for a file.
|
Method Summary |
static File |
parseFile(Element fileElement)
Parses a file element with name attribute, i.e.: |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileConfigParser
public FileConfigParser()
parseFile
public static File parseFile(Element fileElement)
throws XmlConfigException
- Parses a file element with name attribute, i.e.:
- Throws:
XmlConfigException