org.openejb.alt.config.sys
Class PropertiesFile

java.lang.Object
  |
  +--org.openejb.alt.config.sys.PropertiesFile
All Implemented Interfaces:
java.io.Serializable

public class PropertiesFile
extends java.lang.Object
implements java.io.Serializable

Version:
$Revision: 1.3 $ $Date: 2002/03/12 20:49:50 $
See Also:
Serialized Form

Constructor Summary
PropertiesFile()
           
 
Method Summary
 java.lang.String getFile()
          Returns the value of field 'file'.
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setFile(java.lang.String file)
          Sets the value of field 'file'.
static PropertiesFile unmarshal(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesFile

public PropertiesFile()
Method Detail

getFile

public java.lang.String getFile()
Returns the value of field 'file'.
Returns:
the value of field 'file'.

isValid

public boolean isValid()

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
out -  

marshal

public void marshal(org.xml.sax.DocumentHandler handler)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
handler -  

setFile

public void setFile(java.lang.String file)
Sets the value of field 'file'.
Parameters:
file - the value of field 'file'.

unmarshal

public static PropertiesFile unmarshal(java.io.Reader reader)
                                throws org.exolab.castor.xml.MarshalException,
                                       org.exolab.castor.xml.ValidationException
Parameters:
reader -  

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException