|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.exolab.jmscts.core.filter.Filter
The filter element is the root element of all test case filter documents.
| Constructor Summary | |
Filter()
|
|
| Method Summary | |
void |
addExclude(Exclude vExclude)
Method addExclude |
void |
addExclude(int index,
Exclude vExclude)
Method addExclude |
void |
addInclude(Include vInclude)
Method addInclude |
void |
addInclude(int index,
Include vInclude)
Method addInclude |
void |
clearExclude()
Method clearExclude |
void |
clearInclude()
Method clearInclude |
java.util.Enumeration |
enumerateExclude()
Method enumerateExclude |
java.util.Enumeration |
enumerateInclude()
Method enumerateInclude |
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
Exclude[] |
getExclude()
Method getExclude |
Exclude |
getExclude(int index)
Method getExclude |
int |
getExcludeCount()
Method getExcludeCount |
Include[] |
getInclude()
Method getInclude |
Include |
getInclude(int index)
Method getInclude |
int |
getIncludeCount()
Method getIncludeCount |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
boolean |
removeExclude(Exclude vExclude)
Method removeExclude |
boolean |
removeInclude(Include vInclude)
Method removeInclude |
void |
setExclude(Exclude[] excludeArray)
Method setExclude |
void |
setExclude(int index,
Exclude vExclude)
Method setExclude |
void |
setInclude(Include[] includeArray)
Method setInclude |
void |
setInclude(int index,
Include vInclude)
Method setInclude |
static Filter |
unmarshal(java.io.Reader reader)
Method unmarshal |
void |
validate()
Method validate |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Filter()
| Method Detail |
public void addExclude(Exclude vExclude)
throws java.lang.IndexOutOfBoundsException
vExclude -
public void addExclude(int index,
Exclude vExclude)
throws java.lang.IndexOutOfBoundsException
index - vExclude -
public void addInclude(Include vInclude)
throws java.lang.IndexOutOfBoundsException
vInclude -
public void addInclude(int index,
Include vInclude)
throws java.lang.IndexOutOfBoundsException
index - vInclude - public void clearExclude()
public void clearInclude()
public java.util.Enumeration enumerateExclude()
public java.util.Enumeration enumerateInclude()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj -
public Exclude getExclude(int index)
throws java.lang.IndexOutOfBoundsException
index - public Exclude[] getExclude()
public int getExcludeCount()
public Include getInclude(int index)
throws java.lang.IndexOutOfBoundsException
index - public Include[] getInclude()
public int getIncludeCount()
public boolean isValid()
public void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out -
public void marshal(org.xml.sax.ContentHandler handler)
throws java.io.IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler - public boolean removeExclude(Exclude vExclude)
vExclude - public boolean removeInclude(Include vInclude)
vInclude -
public void setExclude(int index,
Exclude vExclude)
throws java.lang.IndexOutOfBoundsException
index - vExclude - public void setExclude(Exclude[] excludeArray)
excludeArray -
public void setInclude(int index,
Include vInclude)
throws java.lang.IndexOutOfBoundsException
index - vInclude - public void setInclude(Include[] includeArray)
includeArray -
public static Filter unmarshal(java.io.Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
reader -
public void validate()
throws org.exolab.castor.xml.ValidationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||