org.apache.ivy.ant
public class IvyCleanCache extends IvyTask
Field Summary | |
---|---|
static String | ALL |
static String | NONE |
Method Summary | |
---|---|
void | doExecute() |
String | getCache() |
boolean | isResolution() |
void | setCache(String cache)
Sets the name of the repository cache to clean, '*' for all caches, 'NONE' for no repository
cache cleaning at all.
|
void | setResolution(boolean resolution)
Sets weither the resolution cache should be cleaned or not.
|
Parameters: cache
the name of the cache to clean. Must not be null
.
Parameters: resolution
true
if the resolution cache should be cleaned, false
otherwise.