| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.util.depend.AbstractAnalyzer
org.apache.tools.ant.taskdefs.optional.depend.AntAnalyzer
public class AntAnalyzer
An analyzer which uses the depend task's bytecode classes to analyze dependencies
| Field Summary | 
|---|
| Fields inherited from class org.apache.tools.ant.util.depend.AbstractAnalyzer | 
|---|
| MAX_LOOPS | 
| Constructor Summary | |
|---|---|
| AntAnalyzer()Default constructor | |
| Method Summary | |
|---|---|
| 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. | 
| Methods inherited from class org.apache.tools.ant.util.depend.AbstractAnalyzer | 
|---|
| addClassPath, addRootClass, addSourcePath, config, getClassContainer, getClassDependencies, getFileDependencies, getRootClasses, getSourceContainer, isClosureRequired, reset, setClosure | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public AntAnalyzer()
| Method Detail | 
|---|
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| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||