public class FullAnalyzer extends AbstractAnalyzer
MAX_LOOPS| Constructor and Description | 
|---|
| FullAnalyzer()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, setClosurepublic FullAnalyzer()
protected void determineDependencies(java.util.Vector<java.io.File> files,
                                     java.util.Vector<java.lang.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