com.jeantessier.dependencyfinder.ant
Class DependencyClosure

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

public class DependencyClosure
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
DependencyClosure()
           
 
Method Summary
 void execute()
           
 java.lang.String getDtdprefix()
           
 java.lang.String getIndenttext()
           
 java.lang.String getMaximuminbounddepth()
           
 java.lang.String getMaximumoutbounddepth()
           
 boolean getSerialize()
           
 boolean getXml()
           
 void setDtdprefix(java.lang.String dtd_prefix)
           
 void setIntenttext(java.lang.String indent_text)
           
 void setMaximuminbounddepth(java.lang.String maximum_inbound_depth)
           
 void setMaximumoutbounddepth(java.lang.String maximum_outbound_depth)
           
 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

DependencyClosure

public DependencyClosure()
Method Detail

getMaximuminbounddepth

public java.lang.String getMaximuminbounddepth()

setMaximuminbounddepth

public void setMaximuminbounddepth(java.lang.String maximum_inbound_depth)

getMaximumoutbounddepth

public java.lang.String getMaximumoutbounddepth()

setMaximumoutbounddepth

public void setMaximumoutbounddepth(java.lang.String maximum_outbound_depth)

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