public class AncestorAnalyzer extends AbstractAnalyzer
MAX_LOOPS
Constructor and Description |
---|
AncestorAnalyzer()
Default constructor
Causes the BCEL classes to load to ensure BCEL dependencies can
be satisfied
|
Modifier and Type | Method and Description |
---|---|
protected void |
determineDependencies(java.util.Vector<java.io.File> files,
java.util.Vector<java.lang.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, setClosure
public AncestorAnalyzer()
protected void determineDependencies(java.util.Vector<java.io.File> files, java.util.Vector<java.lang.String> classes)
determineDependencies
in class 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.protected boolean supportsFileDependencies()
supportsFileDependencies
in class AbstractAnalyzer