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
 org.apache.tools.ant.types.Path createFilterexcludeslist()
           
 org.apache.tools.ant.types.Path createFilterincludeslist()
           
protected  RegularExpressionSelectionCriteria createRegularExpressionFilterCriteria()
           
protected  RegularExpressionSelectionCriteria createRegularExpressionScopeCriteria()
           
 org.apache.tools.ant.types.Path createScopeexcludeslist()
           
 org.apache.tools.ant.types.Path createScopeincludeslist()
           
 void execute()
           
 boolean getClassfilter()
           
 java.lang.String getClassfilterexcludes()
           
 java.lang.String getClassfilterincludes()
           
 boolean getClassscope()
           
 java.lang.String getClassscopeexcludes()
           
 java.lang.String getClassscopeincludes()
           
 boolean getCopyOnly()
           
 java.lang.String getDtdprefix()
           
 java.lang.String getEncoding()
           
 boolean getFeaturefilter()
           
 java.lang.String getFeaturefilterexcludes()
           
 java.lang.String getFeaturefilterincludes()
           
 boolean getFeaturescope()
           
 java.lang.String getFeaturescopeexcludes()
           
 java.lang.String getFeaturescopeincludes()
           
protected  SelectionCriteria getFilterCriteria()
           
 java.lang.String getFilterexcludes()
           
 org.apache.tools.ant.types.Path getFilterexcludeslist()
           
 java.lang.String getFilterincludes()
           
 org.apache.tools.ant.types.Path getFilterincludeslist()
           
 java.lang.String getIndenttext()
           
 boolean getMaximize()
           
 boolean getMinimize()
           
 boolean getPackagefilter()
           
 java.lang.String getPackagefilterexcludes()
           
 java.lang.String getPackagefilterincludes()
           
 boolean getPackagescope()
           
 java.lang.String getPackagescopeexcludes()
           
 java.lang.String getPackagescopeincludes()
           
protected  SelectionCriteria getScopeCriteria()
           
 java.lang.String getScopeexcludes()
           
 org.apache.tools.ant.types.Path getScopeexcludeslist()
           
 java.lang.String getScopeincludes()
           
 org.apache.tools.ant.types.Path getScopeincludeslist()
           
 boolean getShowemptynodes()
           
 boolean getShowinbounds()
           
 boolean getShowoutbounds()
           
 boolean getXml()
           
 void setAll(boolean value)
           
 void setC2c(boolean value)
           
 void setC2p(boolean value)
           
 void setClassfilter(boolean classFilter)
           
 void setClassfilterexcludes(java.lang.String classFilterExcludes)
           
 void setClassfilterincludes(java.lang.String classFilterIncludes)
           
 void setClassscope(boolean classScope)
           
 void setClassscopeexcludes(java.lang.String classScopeExcludes)
           
 void setClassscopeincludes(java.lang.String classScopeIncludes)
           
 void setCopyOnly(boolean copyOnly)
           
 void setDtdprefix(java.lang.String dtdPrefix)
           
 void setEncoding(java.lang.String encoding)
           
 void setExcludes(java.lang.String value)
           
 void setF2f(boolean value)
           
 void setFeaturefilter(boolean featureFilter)
           
 void setFeaturefilterexcludes(java.lang.String featureFilterExcludes)
           
 void setFeaturefilterincludes(java.lang.String featureFilterIncludes)
           
 void setFeaturescope(boolean featureScope)
           
 void setFeaturescopeexcludes(java.lang.String featureScopeExcludes)
           
 void setFeaturescopeincludes(java.lang.String featureScopeIncludes)
           
 void setFilterexcludes(java.lang.String filterExcludes)
           
 void setFilterincludes(java.lang.String filterIncludes)
           
 void setIncludes(java.lang.String value)
           
 void setIntenttext(java.lang.String indentText)
           
 void setMaximize(boolean maximize)
           
 void setMinimize(boolean minimize)
           
 void setP2p(boolean value)
           
 void setPackagefilter(boolean packageFilter)
           
 void setPackagefilterexcludes(java.lang.String packageFilterExcludes)
           
 void setPackagefilterincludes(java.lang.String packageFilterIncludes)
           
 void setPackagescope(boolean packageScope)
           
 void setPackagescopeexcludes(java.lang.String packageScopeExcludes)
           
 void setPackagescopeincludes(java.lang.String packageScopeIncludes)
           
 void setScopeexcludes(java.lang.String scopeExcludes)
           
 void setScopeincludes(java.lang.String scopeIncludes)
           
 void setShowAll(boolean showAll)
           
 void setShowemptynodes(boolean showEmptyNodes)
           
 void setShowinbounds(boolean showInbounds)
           
 void setShowoutbounds(boolean showOutbounds)
           
 void setXml(boolean xml)
           
protected  void validateParameters()
           
 
Methods inherited from class com.jeantessier.dependencyfinder.ant.GraphTask
createSrc, getDestfile, getSrc, getSrcfile, getValidate, setDestfile, setSrcfile, setValidate
 
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

DependencyReporter

public DependencyReporter()
Method Detail

getScopeincludes

public java.lang.String getScopeincludes()

setScopeincludes

public void setScopeincludes(java.lang.String scopeIncludes)

getScopeexcludes

public java.lang.String getScopeexcludes()

setScopeexcludes

public void setScopeexcludes(java.lang.String scopeExcludes)

getPackagescope

public boolean getPackagescope()

setPackagescope

public void setPackagescope(boolean packageScope)

getPackagescopeincludes

public java.lang.String getPackagescopeincludes()

setPackagescopeincludes

public void setPackagescopeincludes(java.lang.String packageScopeIncludes)

getPackagescopeexcludes

public java.lang.String getPackagescopeexcludes()

setPackagescopeexcludes

public void setPackagescopeexcludes(java.lang.String packageScopeExcludes)

getClassscope

public boolean getClassscope()

setClassscope

public void setClassscope(boolean classScope)

getClassscopeincludes

public java.lang.String getClassscopeincludes()

setClassscopeincludes

public void setClassscopeincludes(java.lang.String classScopeIncludes)

getClassscopeexcludes

public java.lang.String getClassscopeexcludes()

setClassscopeexcludes

public void setClassscopeexcludes(java.lang.String classScopeExcludes)

getFeaturescope

public boolean getFeaturescope()

setFeaturescope

public void setFeaturescope(boolean featureScope)

getFeaturescopeincludes

public java.lang.String getFeaturescopeincludes()

setFeaturescopeincludes

public void setFeaturescopeincludes(java.lang.String featureScopeIncludes)

getFeaturescopeexcludes

public java.lang.String getFeaturescopeexcludes()

setFeaturescopeexcludes

public void setFeaturescopeexcludes(java.lang.String featureScopeExcludes)

getFilterincludes

public java.lang.String getFilterincludes()

setFilterincludes

public void setFilterincludes(java.lang.String filterIncludes)

getFilterexcludes

public java.lang.String getFilterexcludes()

setFilterexcludes

public void setFilterexcludes(java.lang.String filterExcludes)

getPackagefilter

public boolean getPackagefilter()

setPackagefilter

public void setPackagefilter(boolean packageFilter)

getPackagefilterincludes

public java.lang.String getPackagefilterincludes()

setPackagefilterincludes

public void setPackagefilterincludes(java.lang.String packageFilterIncludes)

getPackagefilterexcludes

public java.lang.String getPackagefilterexcludes()

setPackagefilterexcludes

public void setPackagefilterexcludes(java.lang.String packageFilterExcludes)

getClassfilter

public boolean getClassfilter()

setClassfilter

public void setClassfilter(boolean classFilter)

getClassfilterincludes

public java.lang.String getClassfilterincludes()

setClassfilterincludes

public void setClassfilterincludes(java.lang.String classFilterIncludes)

getClassfilterexcludes

public java.lang.String getClassfilterexcludes()

setClassfilterexcludes

public void setClassfilterexcludes(java.lang.String classFilterExcludes)

getFeaturefilter

public boolean getFeaturefilter()

setFeaturefilter

public void setFeaturefilter(boolean featureFilter)

getFeaturefilterincludes

public java.lang.String getFeaturefilterincludes()

setFeaturefilterincludes

public void setFeaturefilterincludes(java.lang.String featureFilterIncludes)

getFeaturefilterexcludes

public java.lang.String getFeaturefilterexcludes()

setFeaturefilterexcludes

public void setFeaturefilterexcludes(java.lang.String featureFilterExcludes)

setAll

public void setAll(boolean value)

setP2p

public void setP2p(boolean value)

setC2p

public void setC2p(boolean value)

setC2c

public void setC2c(boolean value)

setF2f

public void setF2f(boolean value)

setIncludes

public void setIncludes(java.lang.String value)

setExcludes

public void setExcludes(java.lang.String value)

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

getShowinbounds

public boolean getShowinbounds()

setShowinbounds

public void setShowinbounds(boolean showInbounds)

getShowoutbounds

public boolean getShowoutbounds()

setShowoutbounds

public void setShowoutbounds(boolean showOutbounds)

getShowemptynodes

public boolean getShowemptynodes()

setShowemptynodes

public void setShowemptynodes(boolean showEmptyNodes)

setShowAll

public void setShowAll(boolean showAll)

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

getXml

public boolean getXml()

setXml

public void setXml(boolean xml)

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)

validateParameters

protected void validateParameters()
                           throws org.apache.tools.ant.BuildException
Overrides:
validateParameters in class GraphTask

execute

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

getScopeCriteria

protected SelectionCriteria getScopeCriteria()
                                      throws org.apache.tools.ant.BuildException

getFilterCriteria

protected SelectionCriteria getFilterCriteria()
                                       throws org.apache.tools.ant.BuildException

createRegularExpressionScopeCriteria

protected RegularExpressionSelectionCriteria createRegularExpressionScopeCriteria()
                                                                           throws org.apache.tools.ant.BuildException

createRegularExpressionFilterCriteria

protected RegularExpressionSelectionCriteria createRegularExpressionFilterCriteria()
                                                                            throws org.apache.tools.ant.BuildException


Dependency Finder 1.1.0 © 2001-2004 Jean Tessier.