Package org.apache.ivy
Interface Ivy.IvyCallback
-
- Enclosing class:
- Ivy
public static interface Ivy.IvyCallbackCallback used to execute a set of Ivy related methods within anIvyContext.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectdoInIvyContext(Ivy ivy, IvyContext context)Executes Ivy related job within anIvyContext
-
-
-
Method Detail
-
doInIvyContext
java.lang.Object doInIvyContext(Ivy ivy, IvyContext context)
Executes Ivy related job within anIvyContext- Parameters:
ivy- theIvyinstance to which this callback is relatedcontext- theIvyContextin which this callback is executed- Returns:
- the result of this job,
nullif there is no result
-
-