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
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesFile
public PropertiesFile()
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