java.lang .Object org.apache.tools.ant.util.depend .AbstractAnalyzer org.apache.tools.ant.taskdefs.optional.depend .AntAnalyzer AntAnalyzer public class AntAnalyzer extends AbstractAnalyzer (Code) An analyzer which uses the depend task's bytecode classes to analyze
dependencies
AntAnalyzer public AntAnalyzer()(Code) Default constructor
determineDependencies protected void determineDependencies(Vector files, Vector classes)(Code) Determine the dependencies of the configured root classes.
Parameters: files - a vector to be populated with the files which containthe dependency classesParameters: classes - a vector to be populated with the names of thedependency classes.
supportsFileDependencies protected boolean supportsFileDependencies()(Code) Indicate if this analyzer can determine dependent files.
true if the analyzer provides dependency file information.
Fields inherited from org.apache.tools.ant.util.depend.AbstractAnalyzer final public static int MAX_LOOPS(Code) (Java Doc)