|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.objectweb.util.ant.DependencyAnalyzer
public class DependencyAnalyzer
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:
| Nested Class Summary | |
|---|---|
static interface |
DependencyAnalyzer.ClassFilter
|
class |
DependencyAnalyzer.Group
|
| Field Summary | |
|---|---|
static String |
TAB
|
| Fields inherited from class org.apache.tools.ant.Task |
|---|
target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
description, location, project |
| Constructor Summary | |
|---|---|
DependencyAnalyzer()
|
|
| Method Summary | |
|---|---|
DependencyAnalyzer.Group |
createGroup()
|
void |
execute()
|
void |
setDir(File d)
|
void |
setOutput(File o)
|
void |
setShowContent(boolean v)
|
| Methods inherited from class org.apache.tools.ant.Task |
|---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String TAB
| Constructor Detail |
|---|
public DependencyAnalyzer()
| Method Detail |
|---|
public void setDir(File d)
public void setOutput(File o)
public void setShowContent(boolean v)
public DependencyAnalyzer.Group createGroup()
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||