org.hardcode.juf.update
Class Installer

java.lang.Object
  extended by org.hardcode.juf.update.Installer
All Implemented Interfaces:
java.io.Serializable

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

Class Installer.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
Installer()
           
 
Method Summary
 java.lang.String getClassName()
          Returns the value of field 'className'.
 java.lang.String getJarUrl()
          Returns the value of field 'jarUrl'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setClassName(java.lang.String className)
          Sets the value of field 'className'.
 void setJarUrl(java.lang.String jarUrl)
          Sets the value of field 'jarUrl'.
static java.lang.Object unmarshal(java.io.Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Installer

public Installer()
Method Detail

getClassName

public java.lang.String getClassName()
Returns the value of field 'className'.

Returns:
the value of field 'className'.

getJarUrl

public java.lang.String getJarUrl()
Returns the value of field 'jarUrl'.

Returns:
the value of field 'jarUrl'.

isValid

public boolean isValid()
Method isValid


marshal

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

Parameters:
out -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
handler -
Throws:
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setClassName

public void setClassName(java.lang.String className)
Sets the value of field 'className'.

Parameters:
className - the value of field 'className'.

setJarUrl

public void setJarUrl(java.lang.String jarUrl)
Sets the value of field 'jarUrl'.

Parameters:
jarUrl - the value of field 'jarUrl'.

unmarshal

public static java.lang.Object unmarshal(java.io.Reader reader)
                                  throws org.exolab.castor.xml.MarshalException,
                                         org.exolab.castor.xml.ValidationException
Method unmarshal

Parameters:
reader -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

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

Throws:
org.exolab.castor.xml.ValidationException


Copyright © 2005 . All Rights Reserved.