org.apache.ivy.plugins.parser.xml
public final class XmlModuleDescriptorUpdater extends Object
Field Summary | |
---|---|
static String | LINE_SEPARATOR |
Method Summary | |
---|---|
static void | update(URL srcURL, File destFile, UpdateOptions options)
used to copy a module descriptor xml file (also known as ivy file) and update the revisions
of its dependencies, its status and revision
|
static void | update(URL srcURL, OutputStream destFile, UpdateOptions options) |
static void | update(InputStream in, Resource res, File destFile, UpdateOptions options) |
static void | update(URL inStreamCtx, InputStream inStream, OutputStream outStream, UpdateOptions options) |
Parameters: srcURL the url of the source module descriptor file destFile The file to which the updated module descriptor should be output