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 createFilterexcludeslist()
           
 org.apache.tools.ant.types.Path createFilterincludeslist()
           
 org.apache.tools.ant.types.Path createPath()
           
 org.apache.tools.ant.types.Path createScopeexcludeslist()
           
 org.apache.tools.ant.types.Path createScopeincludeslist()
           
 void execute()
           
 boolean getClassmetrics()
           
 java.io.File getConfiguration()
           
 boolean getCsv()
           
 java.io.File getDestprefix()
           
 java.lang.String getDtdprefix()
           
 java.lang.String getEncoding()
           
 boolean getExpand()
           
 org.apache.tools.ant.types.Path getFilterexcludeslist()
           
 org.apache.tools.ant.types.Path getFilterincludeslist()
           
 boolean getGroupmetrics()
           
 java.lang.String getIndenttext()
           
 boolean getMethodmetrics()
           
 org.apache.tools.ant.types.Path getPath()
           
 boolean getProjectmetrics()
           
 java.lang.String getProjectname()
           
 boolean getReverse()
           
 org.apache.tools.ant.types.Path getScopeexcludeslist()
           
 org.apache.tools.ant.types.Path getScopeincludeslist()
           
 boolean getShowallmetrics()
           
 boolean getShowemptymetrics()
           
 boolean getShowhiddenmeasurements()
           
 java.lang.String getSort()
           
 boolean getTxt()
           
 boolean getValidate()
           
 boolean getXml()
           
 void setAllmetrics(boolean allMetrics)
           
 void setClassmetrics(boolean classMetrics)
           
 void setConfiguration(java.io.File configuration)
           
 void setCsv(boolean csv)
           
 void setDestprefix(java.io.File destprefix)
           
 void setDtdprefix(java.lang.String dtdPrefix)
           
 void setEncoding(java.lang.String encoding)
           
 void setExpand(boolean expand)
           
 void setGroupmetrics(boolean groupMetrics)
           
 void setIntenttext(java.lang.String indentText)
           
 void setMethodmetrics(boolean methodMetrics)
           
 void setProjectmetrics(boolean projectMetrics)
           
 void setProjectname(java.lang.String projectName)
           
 void setReverse(boolean reverse)
           
 void setShowallmetrics(boolean showAllMetrics)
           
 void setShowemptymetrics(boolean showEmptyMetrics)
           
 void setShowhiddenmeasurements(boolean showHiddenMeasurements)
           
 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, 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
 

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 projectName)

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)

getEncoding

public java.lang.String getEncoding()

setEncoding

public void setEncoding(java.lang.String encoding)

getDtdprefix

public java.lang.String getDtdprefix()

setDtdprefix

public void setDtdprefix(java.lang.String dtdPrefix)

getIndenttext

public java.lang.String getIndenttext()

setIntenttext

public void setIntenttext(java.lang.String indentText)

getProjectmetrics

public boolean getProjectmetrics()

setProjectmetrics

public void setProjectmetrics(boolean projectMetrics)

getGroupmetrics

public boolean getGroupmetrics()

setGroupmetrics

public void setGroupmetrics(boolean groupMetrics)

getClassmetrics

public boolean getClassmetrics()

setClassmetrics

public void setClassmetrics(boolean classMetrics)

getMethodmetrics

public boolean getMethodmetrics()

setMethodmetrics

public void setMethodmetrics(boolean methodMetrics)

setAllmetrics

public void setAllmetrics(boolean allMetrics)

createScopeincludeslist

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

getScopeincludeslist

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

createScopeexcludeslist

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

getScopeexcludeslist

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

createFilterincludeslist

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

getFilterincludeslist

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

createFilterexcludeslist

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

getFilterexcludeslist

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

getShowallmetrics

public boolean getShowallmetrics()

setShowallmetrics

public void setShowallmetrics(boolean showAllMetrics)

getShowemptymetrics

public boolean getShowemptymetrics()

setShowemptymetrics

public void setShowemptymetrics(boolean showEmptyMetrics)

getShowhiddenmeasurements

public boolean getShowhiddenmeasurements()

setShowhiddenmeasurements

public void setShowhiddenmeasurements(boolean showHiddenMeasurements)

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


Dependency Finder 1.1.0 © 2001-2004 Jean Tessier.