org.objectweb.util.ant

Class 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:
Author:
S.Chassande-Barrioz

Nested Class Summary

static interface
DependencyAnalyzer.ClassFilter
class
DependencyAnalyzer.Group

Field Summary

static String
TAB

Method Summary

DependencyAnalyzer.Group
createGroup()
void
execute()
void
setDir(File d)
void
setOutput(File o)
void
setShowContent(boolean v)

Field Details

TAB

public static final String TAB

Method Details

createGroup

public DependencyAnalyzer.Group createGroup()

execute

public void execute()
            throws BuildException

setDir

public void setDir(File d)

setOutput

public void setOutput(File o)

setShowContent

public void setShowContent(boolean v)