|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.ivy.ant.IvyTask
org.apache.ivy.ant.BuildBundleRepoDescriptorTask
public class BuildBundleRepoDescriptorTask
Field Summary |
---|
Fields inherited from class org.apache.ivy.ant.IvyTask |
---|
ANT_PROJECT_CONTEXT_KEY |
Fields inherited from class org.apache.tools.ant.Task |
---|
target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
description, location, project |
Constructor Summary | |
---|---|
BuildBundleRepoDescriptorTask()
|
Method Summary | |
---|---|
void |
doExecute()
The real logic of task execution after project has been set in the context. |
protected void |
prepareTask()
Called when task starts its execution. |
void |
setBaseDir(java.io.File dir)
|
void |
setCache(java.lang.String cacheName)
|
void |
setEncoding(java.lang.String encoding)
|
void |
setIndent(boolean indent)
|
void |
setOut(java.io.File file)
|
void |
setQuiet(boolean quiet)
|
void |
setResolver(java.lang.String resolverName)
|
Methods inherited from class org.apache.ivy.ant.IvyTask |
---|
cacheAttributeNotSupported, doValidate, execute, finalizeTask, getIvyInstance, getProperty, getProperty, getProperty, getProperty, getPubDate, getResolvedConfigurations, getResolvedDescriptor, getResolvedDescriptor, getResolvedDescriptor, getResolvedDescriptor, getResolvedReport, getSettings, getSettingsRef, isValidate, mergeConfs, setResolved, setResolved, setSettingsRef, setValidate, splitConfs, toString |
Methods 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, setTaskType |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BuildBundleRepoDescriptorTask()
Method Detail |
---|
public void setResolver(java.lang.String resolverName)
public void setCache(java.lang.String cacheName)
public void setOut(java.io.File file)
public void setEncoding(java.lang.String encoding)
public void setIndent(boolean indent)
public void setBaseDir(java.io.File dir)
public void setQuiet(boolean quiet)
protected void prepareTask()
IvyTask
prepareTask
in class IvyTask
public void doExecute() throws org.apache.tools.ant.BuildException
IvyTask
doExecute
in class IvyTask
org.apache.tools.ant.BuildException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |