| java.lang.Object org.apache.ivy.core.deliver.DeliverEngine
DeliverEngine | public class DeliverEngine (Code) | | |
deliver | public void deliver(String revision, String destIvyPattern, DeliverOptions options) throws IOException, ParseException(Code) | | Delivers a resolved ivy file based upon last resolve call status. If resolve report file
cannot be found in cache, then it throws an IllegalStateException (maybe resolve has not been
called before ?).
Parameters: revision - the revision to which the module should be delivered Parameters: destIvyPattern - the pattern to which the delivered ivy file should be written Parameters: options - the options with which deliver should be done |
deliver | public void deliver(ModuleRevisionId mrid, String revision, String destIvyPattern, DeliverOptions options) throws IOException, ParseException(Code) | | Delivers a resolved ivy file based upon last resolve call status. If resolve report file
cannot be found in cache, then it throws an IllegalStateException (maybe resolve has not been
called before ?).
Parameters: mrid - the module revision id of the module to deliver Parameters: revision - the revision to which the module should be delivered Parameters: destIvyPattern - the pattern to which the delivered ivy file should be written Parameters: options - the options with which deliver should be done |
|
|