Class IvyRepositoryReport
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.ivy.ant.IvyTask
org.apache.ivy.ant.IvyRepositoryReport
- All Implemented Interfaces:
Cloneable
Generates a report of dependencies of a set of modules in the repository. The set of modules is
specified using organisation/module and matcher.
-
Field Summary
Fields inherited from class IvyTask
ANT_PROJECT_CONTEXT_KEYFields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapperFields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.tools.ant.taskdefs.XSLTProcess.ParamvoidThe real logic of task execution after project has been set in the context.getTodir()booleanisDot()booleanisGraph()booleanisXml()booleanisXsl()voidvoidvoidsetDot(boolean dot) voidsetGraph(boolean graph) voidsetMatcher(String matcher) voidvoidsetOrganisation(String organisation) voidsetOutputname(String outputpattern) voidsetRevision(String revision) voidvoidsetXml(boolean xml) voidsetXsl(boolean xsl) voidvoidsetXslfile(String xslFile) Methods inherited from class IvyTask
cacheAttributeNotSupported, doValidate, execute, finalizeTask, getIvyInstance, getProperty, getProperty, getProperty, getProperty, getPubDate, getResolvedConfigurations, getResolvedDescriptor, getResolvedDescriptor, getResolvedDescriptor, getResolvedDescriptor, getResolvedReport, getSettings, getSettingsRef, isValidate, mergeConfs, prepareTask, setResolved, setResolved, setSettingsRef, setValidate, splitConfs, toStringMethods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeMethods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
-
Constructor Details
-
IvyRepositoryReport
public IvyRepositoryReport()
-
-
Method Details
-
doExecute
public void doExecute() throws org.apache.tools.ant.BuildExceptionDescription copied from class:IvyTaskThe real logic of task execution after project has been set in the context. MUST be implemented by subclasses -
getTodir
-
setTodir
-
isGraph
public boolean isGraph() -
setGraph
public void setGraph(boolean graph) -
getXslfile
-
setXslfile
-
isXml
public boolean isXml() -
setXml
public void setXml(boolean xml) -
isXsl
public boolean isXsl() -
setXsl
public void setXsl(boolean xsl) -
getXslext
-
setXslext
-
createParam
public org.apache.tools.ant.taskdefs.XSLTProcess.Param createParam() -
getOutputname
-
setOutputname
-
setCache
-
getMatcher
-
setMatcher
-
getModule
-
setModule
-
getOrganisation
-
setOrganisation
-
getRevision
-
setRevision
-
getBranch
-
setBranch
-
isDot
public boolean isDot() -
setDot
public void setDot(boolean dot)
-