org.apache.ivy
public static interface Ivy.IvyCallback
See Also: execute
Method Summary | |
---|---|
Object | doInIvyContext(Ivy ivy, IvyContext context)
Executes Ivy related job within an IvyContext
|
Parameters: ivy the Ivy instance to which this callback is related context the IvyContext in which this callback is executed
Returns: the result of this job, null
if there is no result