com.jeantessier.dependencyfinder.ant
Class DependencyReporter

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

public class DependencyReporter
extends GraphTask


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
DependencyReporter()
           
 
Method Summary
 void execute()
           
 boolean getCopyOnly()
           
 java.lang.String getDtdprefix()
           
 java.lang.String getIndenttext()
           
 boolean getMaximize()
           
 boolean getMinimize()
           
 boolean getSerialize()
           
 boolean getXml()
           
 void setCopyOnly(boolean copy_only)
           
 void setDtdprefix(java.lang.String dtd_prefix)
           
 void setIntenttext(java.lang.String indent_text)
           
 void setMaximize(boolean maximize)
           
 void setMinimize(boolean minimize)
           
 void setSerialize(boolean serialize)
           
 void setXml(boolean xml)
           
 
Methods inherited from class com.jeantessier.dependencyfinder.ant.GraphTask
CheckParameters, getClassfilter, getClassfilterexcludes, getClassfilterincludes, getClassscope, getClassscopeexcludes, getClassscopeincludes, getDestfile, getFeaturefilter, getFeaturefilterexcludes, getFeaturefilterincludes, getFeaturescope, getFeaturescopeexcludes, getFeaturescopeincludes, getFilterexcludes, getFilterincludes, getPackagefilter, getPackagefilterexcludes, getPackagefilterincludes, getPackagescope, getPackagescopeexcludes, getPackagescopeincludes, getScopeexcludes, getScopeincludes, getSrcfile, getValidate, setAll, setC2c, setC2p, setClassfilter, setClassfilterexcludes, setClassfilterincludes, setClassscope, setClassscopeexcludes, setClassscopeincludes, setDestfile, setExcludes, setF2f, setFeaturefilter, setFeaturefilterexcludes, setFeaturefilterincludes, setFeaturescope, setFeaturescopeexcludes, setFeaturescopeincludes, setFilterexcludes, setFilterincludes, setIncludes, setP2p, setPackagefilter, setPackagefilterexcludes, setPackagefilterincludes, setPackagescope, setPackagescopeexcludes, setPackagescopeincludes, setScopeexcludes, setScopeincludes, setSrcfile, setValidate, Strategy
 
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
 

Constructor Detail

DependencyReporter

public DependencyReporter()
Method Detail

getMinimize

public boolean getMinimize()

setMinimize

public void setMinimize(boolean minimize)

getMaximize

public boolean getMaximize()

setMaximize

public void setMaximize(boolean maximize)

getCopyOnly

public boolean getCopyOnly()

setCopyOnly

public void setCopyOnly(boolean copy_only)

getSerialize

public boolean getSerialize()

setSerialize

public void setSerialize(boolean serialize)

getXml

public boolean getXml()

setXml

public void setXml(boolean xml)

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)

execute

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