public class AntAnalyzer extends AbstractAnalyzer
MAX_LOOPS| Constructor and Description |
|---|
AntAnalyzer()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
determineDependencies(Vector<File> files,
Vector<String> classes)
Determine the dependencies of the configured root classes.
|
protected boolean |
supportsFileDependencies()
Indicate if this analyzer can determine dependent files.
|
addClassPath, addRootClass, addSourcePath, config, getClassContainer, getClassDependencies, getFileDependencies, getRootClasses, getSourceContainer, isClosureRequired, reset, setClosureprotected void determineDependencies(Vector<File> files, Vector<String> classes)
determineDependencies in class AbstractAnalyzerfiles - a vector to be populated with the files which contain
the dependency classesclasses - a vector to be populated with the names of the
dependency classes.protected boolean supportsFileDependencies()
supportsFileDependencies in class AbstractAnalyzer