softparsmap
Class PropertyFile

java.lang.Object
  extended byooc.Container
      extended bysoftparsmap.PropertyFile

public class PropertyFile
extends Container

This class will parse the XML property file and give access to its corresponding classes.


Constructor Summary
PropertyFile(java.io.File file)
          Construct the instance using a file.
PropertyFile(java.lang.String classpathFile)
          Construct the instance from a file in the classpath.
 
Methods inherited from class ooc.Container
addContext, containsTag, getTag, loadSource, loadSource, loadSource, validate, validateToString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyFile

public PropertyFile(java.io.File file)
Construct the instance using a file.

Parameters:
file - is the file

PropertyFile

public PropertyFile(java.lang.String classpathFile)
Construct the instance from a file in the classpath.

Parameters:
classpathFile - is a file in the classpath.