Uses of Class
org.apache.ivy.core.deliver.DeliverOptions
-
Packages that use DeliverOptions Package Description org.apache.ivy org.apache.ivy.core.deliver -
-
Uses of DeliverOptions in org.apache.ivy
Methods in org.apache.ivy with parameters of type DeliverOptions Modifier and Type Method Description voidIvy. deliver(java.lang.String revision, java.lang.String destIvyPattern, DeliverOptions options)voidIvy. deliver(ModuleRevisionId mrid, java.lang.String revision, java.lang.String destIvyPattern, DeliverOptions options)Example of use: deliver(mrid, "1.5", "target/ivy/ivy-[revision].xml", DeliverOptions.newInstance(settings).setStatus("release").setValidate(false)); -
Uses of DeliverOptions in org.apache.ivy.core.deliver
Methods in org.apache.ivy.core.deliver that return DeliverOptions Modifier and Type Method Description static DeliverOptionsDeliverOptions. newInstance(IvySettings settings)Returns an instance of DeliverOptions with options corresponding to default values taken from the given settings.DeliverOptionsDeliverOptions. setConfs(java.lang.String[] confs)Sets the configurations to deliver.DeliverOptionsDeliverOptions. setGenerateRevConstraint(boolean generateRevConstraint)DeliverOptionsDeliverOptions. setMerge(boolean merge)DeliverOptionsDeliverOptions. setPdrResolver(PublishingDependencyRevisionResolver pdrResolver)Sets the pdrResolver that will be used during deliver for each dependency to get its published information.DeliverOptionsDeliverOptions. setPubBranch(java.lang.String pubBranch)Sets the branch with which the Ivy file should be delivered.DeliverOptionsDeliverOptions. setPubdate(java.util.Date pubdate)DeliverOptionsDeliverOptions. setReplaceForcedRevisions(boolean replaceForcedRevisions)DeliverOptionsDeliverOptions. setResolveDynamicRevisions(boolean resolveDynamicRevisions)DeliverOptionsDeliverOptions. setResolveId(java.lang.String resolveId)Sets the id of a previous resolve to use for delivering.DeliverOptionsDeliverOptions. setStatus(java.lang.String status)Sets the status to which the module should be delivered, use null if the current status should be kept.DeliverOptionsDeliverOptions. setValidate(boolean validate)Methods in org.apache.ivy.core.deliver with parameters of type DeliverOptions Modifier and Type Method Description voidDeliverEngine. deliver(java.lang.String revision, java.lang.String destIvyPattern, DeliverOptions options)Delivers a resolved ivy file based upon last resolve call status.voidDeliverEngine. deliver(ModuleRevisionId mrid, java.lang.String revision, java.lang.String destIvyPattern, DeliverOptions options)Delivers a resolved ivy file based upon last resolve call status.
-