org.apache.tools.ant.taskdefs.optional.depend
Class AntAnalyzer
- DependencyAnalyzer
An analyzer which uses the depend task's bytecode classes to analyze
dependencies
addClassPath , addRootClass , addSourcePath , config , determineDependencies , getClassContainer , getClassDependencies , getFileDependencies , getRootClasses , getSourceContainer , isClosureRequired , reset , setClosure , supportsFileDependencies |
AntAnalyzer
public AntAnalyzer()
Default constructor
determineDependencies
protected void determineDependencies(Vector files,
Vector classes)
Determine the dependencies of the configured root classes.
- determineDependencies in interface AbstractAnalyzer
files
- 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.
supportsFileDependencies
protected boolean supportsFileDependencies()
Indicate if this analyzer can determine dependent files.
- supportsFileDependencies in interface AbstractAnalyzer
- true if the analyzer provides dependency file information.
Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.