ch.javasoft.xml.config
Class FileConfigParser

java.lang.Object
  extended by ch.javasoft.xml.config.FileConfigParser

public class FileConfigParser
extends Object

The FileConfigParser parses the configuration for a file.


Nested Class Summary
static class FileConfigParser.XmlAttribute
           
static class FileConfigParser.XmlElement
           
 
Constructor Summary
FileConfigParser()
           
 
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
 

Constructor Detail

FileConfigParser

public FileConfigParser()
Method Detail

parseFile

public static File parseFile(Element fileElement)
                      throws XmlConfigException
Parses a file element with name attribute, i.e.:
                                                     
 

Throws:
XmlConfigException