|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.sensor.ant.task.DataFiles
public class DataFiles
Represents the datafiles element that can be nested in a Hackystat sensor Ant task.
Field Summary | |
---|---|
protected java.util.List<org.apache.tools.ant.types.FileSet> |
filesets
The list of all FileSets in this element. |
Constructor Summary | |
---|---|
DataFiles()
|
Method Summary | |
---|---|
void |
addFileSet(org.apache.tools.ant.types.FileSet fs)
The sourcefiles element must contain one or more internal filesets. |
java.util.List<org.apache.tools.ant.types.FileSet> |
getFileSets()
Returns the list of FileSet instances associated with the sourcefiles element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List<org.apache.tools.ant.types.FileSet> filesets
Constructor Detail |
---|
public DataFiles()
Method Detail |
---|
public void addFileSet(org.apache.tools.ant.types.FileSet fs)
fs
- The file set.public java.util.List<org.apache.tools.ant.types.FileSet> getFileSets()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |