java.lang .Object org.apache.tools.ant.util.depend .AbstractAnalyzer org.apache.tools.ant.util.depend.bcel .FullAnalyzer FullAnalyzer public class FullAnalyzer extends AbstractAnalyzer (Code) An analyzer capable fo traversing all class - class relationships.
FullAnalyzer public FullAnalyzer()(Code) Default constructor
Causes the BCEL classes to load to ensure BCEL dependencies can
be satisfied
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 thedepencency 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)