API Overview API Index Package Overview Direct link to this page
Apache Ant 1.7.1
  org.apache.tools.ant.util.depend. DependencyAnalyzer View Source
Author(s)
Since
Version
Serial
Hierarchy
 DependencyAnalyzer
Subinterfaces
Description
public interface DependencyAnalyzer
  A dependency analyzer analyzes dependencies between Java classes to determine the minimal set of classes which are required by a set of "root" classes.
See also:   
Methods
Hide/Show inherited methods
public void addClassPath (Path classpath)
  Add a classpath to the classpath being used by the analyzer.
public void addRootClass (java.lang.String classname)
  Add a root class.
public void addSourcePath (Path sourcePath)
  Add a source path to the source path used by this analyzer.
public void config (java.lang.String name, java.lang.Object info)
  Configure an aspect of the analyzer.
public java.io.File getClassContainer (java.lang.String classname) throws java.io.IOException
  Get the file that contains the class definition
public java.util.Enumeration getClassDependencies ()
  Get the list of classes upon which root classes depend.
public java.util.Enumeration getFileDependencies ()
  Get the list of files in the file system upon which the root classes depend.
public java.io.File getSourceContainer (java.lang.String classname) throws java.io.IOException
  Get the file that contains the class source.
public void reset ()
  Reset the dependency list.
public void setClosure (boolean closure)
  Set the closure flag.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar