Package org.apache.ivy.ant
Class IvyExtractFromSources
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.ivy.ant.IvyExtractFromSources
- All Implemented Interfaces:
Cloneable
public class IvyExtractFromSources
extends org.apache.tools.ant.Task
Extracts imports from a set of java sources and generate corresponding ivy file
-
Nested Class Summary
Nested Classes -
Field Summary
Fields 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 TypeMethodDescriptionvoidvoidaddConfiguredMapping(PackageMapping mapping) voidaddFileSet(org.apache.tools.ant.types.FileSet fileSet) voidexecute()getTo()voidvoidsetOrganisation(String organisation) voidsetRevision(String revision) voidvoidMethods 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
-
IvyExtractFromSources
public IvyExtractFromSources()
-
-
Method Details
-
addConfiguredIgnore
-
getTo
-
setTo
-
getModule
-
setModule
-
getOrganisation
-
setOrganisation
-
getRevision
-
setRevision
-
getStatus
-
setStatus
-
addConfiguredMapping
-
addFileSet
public void addFileSet(org.apache.tools.ant.types.FileSet fileSet) -
execute
public void execute() throws org.apache.tools.ant.BuildException- Overrides:
executein classorg.apache.tools.ant.Task- Throws:
org.apache.tools.ant.BuildException
-