|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.apache.tools.ant.ProjectComponent
|
+--org.apache.tools.ant.Task
|
+--com.jeantessier.dependencyfinder.ant.ClassMetrics
| Fields inherited from class org.apache.tools.ant.Task |
description, location, target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
| Constructor Summary | |
ClassMetrics()
|
|
| Method Summary | |
org.apache.tools.ant.types.Path |
createPath()
|
void |
execute()
|
java.io.File |
getDestfile()
|
boolean |
getInstructioncounts()
|
boolean |
getList()
|
org.apache.tools.ant.types.Path |
getPath()
|
void |
setDestfile(java.io.File destfile)
|
void |
setInstructioncounts(boolean instructionCounts)
|
void |
setList(boolean list)
|
| Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, setProject |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ClassMetrics()
| Method Detail |
public boolean getList()
public void setList(boolean list)
public boolean getInstructioncounts()
public void setInstructioncounts(boolean instructionCounts)
public java.io.File getDestfile()
public void setDestfile(java.io.File destfile)
public org.apache.tools.ant.types.Path createPath()
public org.apache.tools.ant.types.Path getPath()
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Task
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||