org.apache.tools.ant.types.optional.depend
public class ClassfileSet extends FileSet
| Nested Class Summary | |
|---|---|
| static class | ClassfileSet.ClassRoot
Inner class used to contain info about root classes. |
| Constructor Summary | |
|---|---|
| ClassfileSet()
Default constructor. | |
| protected | ClassfileSet(ClassfileSet s)
Create a ClassfileSet from another ClassfileSet.
|
| Method Summary | |
|---|---|
| void | addConfiguredRoot(ClassfileSet.ClassRoot root)
Add a nested root class definition to this class file set.
|
| void | addRootFileset(FileSet rootFileSet)
Add a fileset to which contains a collection of root classes used to
drive the search from classes.
|
| Object | clone()
Clone this data type.
|
| DirectoryScanner | getDirectoryScanner(Project p)
Return the DirectoryScanner associated with this FileSet.
|
| void | setRootClass(String rootClass)
Set the root class attribute.
|
Parameters: s the other classfileset.
Parameters: root the configured class root.
Parameters: rootFileSet a root file set to be used to search for dependent classes.
Returns: a clone of the class file set.
Parameters: p the project used to resolve dirs, etc.
Returns: a dependency scanner.
Parameters: rootClass the name of the root class.