org.apache.ivy.ant
public class IvyBuildList extends IvyTask
Nested Class Summary | |
---|---|
static class | IvyBuildList.OnMissingDescriptor |
Field Summary | |
---|---|
static String | DESCRIPTOR_REQUIRED |
Method Summary | |
---|---|
void | addFileset(FileSet buildFiles) |
void | doExecute() |
String | getDelimiter() |
String | getIvyfilepath() |
String | getLeaf() |
boolean | getOnlydirectdep() |
String | getOnMissingDescriptor() |
String | getReference() |
String | getRestartFrom() |
String | getRoot() |
boolean | isExcludeLeaf() |
boolean | isExcludeRoot() |
boolean | isHaltonerror() |
boolean | isReverse() |
boolean | isSkipbuildwithoutivy() |
void | setDelimiter(String delimiter) |
void | setExcludeLeaf(boolean excludeLeaf) |
void | setExcludeRoot(boolean root) |
void | setHaltonerror(boolean haltOnError) |
void | setIvyfilepath(String ivyFilePath) |
void | setLeaf(String leaf) |
void | setOnlydirectdep(boolean onlydirectdep) |
void | setOnMissingDescriptor(String onMissingDescriptor) |
void | setReference(String reference) |
void | setRestartFrom(String restartFrom) |
void | setReverse(boolean reverse) |
void | setRoot(String root) |
void | setSkipbuildwithoutivy(boolean skipBuildFilesWithoutIvy) |
Deprecated: use getOnMissingDescriptor instead.
Deprecated: use setOnMissingDescriptor instead.