public class DeliverEngine
extends java.lang.Object
Constructor and Description |
---|
DeliverEngine(DeliverEngineSettings settings) |
Modifier and Type | Method and Description |
---|---|
void |
deliver(ModuleRevisionId mrid,
java.lang.String revision,
java.lang.String destIvyPattern,
DeliverOptions options)
Delivers a resolved ivy file based upon last resolve call status.
|
void |
deliver(java.lang.String revision,
java.lang.String destIvyPattern,
DeliverOptions options)
Delivers a resolved ivy file based upon last resolve call status.
|
public DeliverEngine(DeliverEngineSettings settings)
public void deliver(java.lang.String revision, java.lang.String destIvyPattern, DeliverOptions options) throws java.io.IOException, java.text.ParseException
revision
- the revision to which the module should be delivereddestIvyPattern
- the pattern to which the delivered ivy file should be writtenoptions
- the options with which deliver should be donejava.io.IOException
java.text.ParseException
public void deliver(ModuleRevisionId mrid, java.lang.String revision, java.lang.String destIvyPattern, DeliverOptions options) throws java.io.IOException, java.text.ParseException
mrid
- the module revision id of the module to deliverrevision
- the revision to which the module should be delivereddestIvyPattern
- the pattern to which the delivered ivy file should be writtenoptions
- the options with which deliver should be donejava.io.IOException
java.text.ParseException