org.objectweb.util.ant
Class DependencyAnalyzer
Task
org.objectweb.util.ant.DependencyAnalyzer
public class DependencyAnalyzer
extends Task
Is an Ant task analyzing a set of java classes for extracting dependencies
between groups of classes. Group is composed with a set of classes.
This task produces report on screen or in a file. The format can be xml
or indented text.
Example:
TAB
public static final String TAB
execute
public void execute()
throws BuildException
setDir
public void setDir(File d)
setOutput
public void setOutput(File o)
setShowContent
public void setShowContent(boolean v)