com.jeantessier.dependencyfinder.ant
Class OOMetrics

java.lang.Object
  |
  +--org.apache.tools.ant.ProjectComponent
        |
        +--org.apache.tools.ant.Task
              |
              +--com.jeantessier.dependencyfinder.ant.OOMetrics

public class OOMetrics
extends org.apache.tools.ant.Task


Field Summary
static java.lang.String DEFAULT_PROJECT_NAME
           
static java.lang.String DEFAULT_SORT
           
 
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
OOMetrics()
           
 
Method Summary
 org.apache.tools.ant.types.Path createPath()
           
 void execute()
           
 boolean getClassmetrics()
           
 java.io.File getConfiguration()
           
 boolean getCsv()
           
 java.io.File getDestprefix()
           
 java.lang.String getDtdprefix()
           
 boolean getExpand()
           
 boolean getGroupmetrics()
           
 java.lang.String getIndenttext()
           
 boolean getMethodmetrics()
           
 org.apache.tools.ant.types.Path getPath()
           
 boolean getProjectmetrics()
           
 java.lang.String getProjectname()
           
 boolean getReverse()
           
 java.lang.String getSort()
           
 boolean getTxt()
           
 boolean getValidate()
           
 boolean getXml()
           
 void setAllmetrics(boolean all_metrics)
           
 void setClassmetrics(boolean class_metrics)
           
 void setConfiguration(java.io.File configuration)
           
 void setCsv(boolean csv)
           
 void setDestprefix(java.io.File destprefix)
           
 void setDtdprefix(java.lang.String dtd_prefix)
           
 void setExpand(boolean expand)
           
 void setGroupmetrics(boolean group_metrics)
           
 void setIntenttext(java.lang.String indent_text)
           
 void setMethodmetrics(boolean method_metrics)
           
 void setProjectmetrics(boolean project_metrics)
           
 void setProjectname(java.lang.String project_name)
           
 void setReverse(boolean reverse)
           
 void setSort(java.lang.String sort)
           
 void setTxt(boolean txt)
           
 void setValidate(boolean validate)
           
 void setXml(boolean xml)
           
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorFlush, handleErrorOutput, handleFlush, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName
 
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
 

Field Detail

DEFAULT_PROJECT_NAME

public static final java.lang.String DEFAULT_PROJECT_NAME

DEFAULT_SORT

public static final java.lang.String DEFAULT_SORT
Constructor Detail

OOMetrics

public OOMetrics()
Method Detail

getProjectname

public java.lang.String getProjectname()

setProjectname

public void setProjectname(java.lang.String project_name)

getConfiguration

public java.io.File getConfiguration()

setConfiguration

public void setConfiguration(java.io.File configuration)

getCsv

public boolean getCsv()

setCsv

public void setCsv(boolean csv)

getTxt

public boolean getTxt()

setTxt

public void setTxt(boolean txt)

getXml

public boolean getXml()

setXml

public void setXml(boolean xml)

getValidate

public boolean getValidate()

setValidate

public void setValidate(boolean validate)

getDtdprefix

public java.lang.String getDtdprefix()

setDtdprefix

public void setDtdprefix(java.lang.String dtd_prefix)

getIndenttext

public java.lang.String getIndenttext()

setIntenttext

public void setIntenttext(java.lang.String indent_text)

getProjectmetrics

public boolean getProjectmetrics()

setProjectmetrics

public void setProjectmetrics(boolean project_metrics)

getGroupmetrics

public boolean getGroupmetrics()

setGroupmetrics

public void setGroupmetrics(boolean group_metrics)

getClassmetrics

public boolean getClassmetrics()

setClassmetrics

public void setClassmetrics(boolean class_metrics)

getMethodmetrics

public boolean getMethodmetrics()

setMethodmetrics

public void setMethodmetrics(boolean method_metrics)

setAllmetrics

public void setAllmetrics(boolean all_metrics)

getSort

public java.lang.String getSort()

setSort

public void setSort(java.lang.String sort)

getExpand

public boolean getExpand()

setExpand

public void setExpand(boolean expand)

getReverse

public boolean getReverse()

setReverse

public void setReverse(boolean reverse)

getDestprefix

public java.io.File getDestprefix()

setDestprefix

public void setDestprefix(java.io.File destprefix)

createPath

public org.apache.tools.ant.types.Path createPath()

getPath

public org.apache.tools.ant.types.Path getPath()

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Overrides:
execute in class org.apache.tools.ant.Task