org.apache.tools.ant.util.depend.bcel
public class FullAnalyzer extends AbstractAnalyzer
| Constructor Summary | |
|---|---|
| FullAnalyzer()
Default constructor
Causes the BCEL classes to load to ensure BCEL dependencies can
be satisfied | |
| Method Summary | |
|---|---|
| protected void | determineDependencies(Vector files, Vector classes)
Determine the dependencies of the configured root classes.
|
| protected boolean | supportsFileDependencies()
Indicate if this analyzer can determine dependent files.
|
Parameters: files a vector to be populated with the files which contain the dependency classes classes a vector to be populated with the names of the depencency classes.
Returns: true if the analyzer provides dependency file information.