|
Copyright @ 2002 SAP. All Rights Reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sap.tc.complib.FileSet
Set of included/excluded files defining an entity file set.
| Constructor Summary | |
FileSet()
|
|
| Method Summary | |
java.util.List |
emptyExcludes()
Removes the entries from the list of excludes, or creates a new empty exclude list. |
java.util.List |
emptyIncludes()
Removes the entries from the list of includes, or creates a new empty include list. |
java.util.List |
getExcludes()
Returns the list of excluded files. |
java.util.List |
getIncludes()
Returns the list of included files. |
void |
serialize(XMLWriter writer)
Serializes the file set to the given XMLWriter. |
void |
setExcludes(java.lang.String excludes)
Defines the list of excluded files by splitting the given comma-separated string argument. |
void |
setIncludes(java.lang.String includes)
Defines the list of included files by splitting the given comma-separated string argument. |
void |
validate()
Verifies that the file set is valid (according to the DTD). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FileSet()
| Method Detail |
public java.util.List getIncludes()
public java.util.List emptyIncludes()
public java.util.List getExcludes()
public java.util.List emptyExcludes()
public void setIncludes(java.lang.String includes)
public void setExcludes(java.lang.String excludes)
public void validate()
throws ValidationException
ValidationException - if the object is not valid.
public void serialize(XMLWriter writer)
throws ValidationException
writer - the XMLWriter to use for serialization.
|
Copyright @ 2002 SAP. All Rights Reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||