| org.apache.ivy.ant.IvyTask org.apache.ivy.ant.IvyCleanCache
IvyCleanCache | public class IvyCleanCache extends IvyTask (Code) | | Cleans the content of Ivy cache(s).
|
Method Summary | |
public void | doExecute() | public String | getCache() | public boolean | isResolution() | public void | setCache(String cache) Sets the name of the repository cache to clean, '*' for all caches, 'NONE' for no repository
cache cleaning at all.
Parameters: cache - the name of the cache to clean. | public void | setResolution(boolean resolution) Sets weither the resolution cache should be cleaned or not. |
doExecute | public void doExecute() throws BuildException(Code) | | |
isResolution | public boolean isResolution()(Code) | | |
setCache | public void setCache(String cache)(Code) | | Sets the name of the repository cache to clean, '*' for all caches, 'NONE' for no repository
cache cleaning at all.
Parameters: cache - the name of the cache to clean. Must not be null . |
setResolution | public void setResolution(boolean resolution)(Code) | | Sets weither the resolution cache should be cleaned or not.
Parameters: resolution - true if the resolution cache should be cleaned, false otherwise. |
Fields inherited from org.apache.ivy.ant.IvyTask | final public static String ANT_PROJECT_CONTEXT_KEY(Code)(Java Doc)
|
Methods inherited from org.apache.ivy.ant.IvyTask | protected void cacheAttributeNotSupported()(Code)(Java Doc) abstract public void doExecute() throws BuildException(Code)(Java Doc) protected boolean doValidate(IvySettings ivy)(Code)(Java Doc) final public void execute() throws BuildException(Code)(Java Doc) protected void finalizeTask()(Code)(Java Doc) protected Ivy getIvyInstance()(Code)(Java Doc) protected String getProperty(String value, IvySettings ivy, String name)(Code)(Java Doc) protected String getProperty(String value, IvySettings ivy, String name, String resolveId)(Code)(Java Doc) protected String getProperty(IvySettings ivy, String name, String resolveId)(Code)(Java Doc) protected String getProperty(IvySettings ivy, String name)(Code)(Java Doc) protected Date getPubDate(String date, Date def)(Code)(Java Doc) protected String[] getResolvedConfigurations(String org, String module, boolean strict)(Code)(Java Doc) protected Object getResolvedDescriptor(String resolveId)(Code)(Java Doc) protected Object getResolvedDescriptor(String resolveId, boolean strict)(Code)(Java Doc) protected Object getResolvedDescriptor(String org, String module)(Code)(Java Doc) protected Object getResolvedDescriptor(String org, String module, boolean strict)(Code)(Java Doc) protected ResolveReport getResolvedReport(String org, String module, String resolveId)(Code)(Java Doc) protected IvySettings getSettings()(Code)(Java Doc) public Reference getSettingsRef()(Code)(Java Doc) public boolean isValidate()(Code)(Java Doc) protected String mergeConfs(String[] conf)(Code)(Java Doc) protected void prepareTask()(Code)(Java Doc) protected void setResolved(ResolveReport report, boolean keep)(Code)(Java Doc) protected void setResolved(ResolveReport report, String resolveId, boolean keep)(Code)(Java Doc) public void setSettingsRef(Reference ref)(Code)(Java Doc) public void setValidate(boolean validate)(Code)(Java Doc) protected String[] splitConfs(String conf)(Code)(Java Doc) public String toString()(Code)(Java Doc)
|
|
|