org.apache.ivy

Interface Ivy.IvyCallback

public static interface Ivy.IvyCallback

Callback used to execute a set of Ivy related methods within an IvyContext.

See Also: execute

Method Summary
ObjectdoInIvyContext(Ivy ivy, IvyContext context)
Executes Ivy related job within an IvyContext

Method Detail

doInIvyContext

public 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