org.apache.ivy.core.deliver
public class DeliverEngine extends Object
Constructor Summary | |
---|---|
DeliverEngine(DeliverEngineSettings settings) |
Method Summary | |
---|---|
void | deliver(String revision, String destIvyPattern, DeliverOptions options)
Delivers a resolved ivy file based upon last resolve call status. |
void | deliver(ModuleRevisionId mrid, String revision, String destIvyPattern, DeliverOptions options)
Delivers a resolved ivy file based upon last resolve call status. |
Parameters: revision the revision to which the module should be delivered destIvyPattern the pattern to which the delivered ivy file should be written options the options with which deliver should be done
Parameters: mrid the module revision id of the module to deliver revision the revision to which the module should be delivered destIvyPattern the pattern to which the delivered ivy file should be written options the options with which deliver should be done