public class ComponentHelperInfo
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ComponentHelperInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
addComponentInterface(ComponentInterface vComponentInterface) |
void |
addComponentInterface(int index,
ComponentInterface vComponentInterface) |
void |
clearComponentInterface() |
java.util.Enumeration |
enumerateComponentInterface() |
ComponentInterface[] |
getComponentInterface() |
ComponentInterface |
getComponentInterface(int index) |
int |
getComponentInterfaceCount() |
java.lang.String |
getOutputRootDirectory()
Returns the value of field 'outputRootDirectory'.
|
boolean |
isValid() |
void |
marshal(org.xml.sax.ContentHandler handler) |
void |
marshal(java.io.Writer out) |
boolean |
removeComponentInterface(ComponentInterface vComponentInterface) |
void |
setComponentInterface(ComponentInterface[] componentInterfaceArray) |
void |
setComponentInterface(int index,
ComponentInterface vComponentInterface) |
void |
setOutputRootDirectory(java.lang.String outputRootDirectory)
Sets the value of field 'outputRootDirectory'.
|
static ComponentHelperInfo |
unmarshalComponentHelperInfo(java.io.Reader reader) |
void |
validate() |
public void addComponentInterface(ComponentInterface vComponentInterface) throws java.lang.IndexOutOfBoundsException
vComponentInterface - java.lang.IndexOutOfBoundsExceptionpublic void addComponentInterface(int index,
ComponentInterface vComponentInterface)
throws java.lang.IndexOutOfBoundsException
index - vComponentInterface - java.lang.IndexOutOfBoundsExceptionpublic void clearComponentInterface()
public java.util.Enumeration enumerateComponentInterface()
public ComponentInterface getComponentInterface(int index) throws java.lang.IndexOutOfBoundsException
index - java.lang.IndexOutOfBoundsExceptionpublic ComponentInterface[] getComponentInterface()
public int getComponentInterfaceCount()
public java.lang.String getOutputRootDirectory()
public boolean isValid()
public void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void marshal(org.xml.sax.ContentHandler handler)
throws java.io.IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler - java.io.IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic boolean removeComponentInterface(ComponentInterface vComponentInterface)
vComponentInterface - public void setComponentInterface(int index,
ComponentInterface vComponentInterface)
throws java.lang.IndexOutOfBoundsException
index - vComponentInterface - java.lang.IndexOutOfBoundsExceptionpublic void setComponentInterface(ComponentInterface[] componentInterfaceArray)
componentInterfaceArray - public void setOutputRootDirectory(java.lang.String outputRootDirectory)
outputRootDirectory - the value of field
'outputRootDirectory'.public static ComponentHelperInfo unmarshalComponentHelperInfo(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException