Package org.apache.ivy
Interface Ivy.IvyCallback
-
- Enclosing class:
- Ivy
public static interface Ivy.IvyCallback
Callback 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.Object
doInIvyContext(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
- theIvy
instance to which this callback is relatedcontext
- theIvyContext
in which this callback is executed- Returns:
- the result of this job,
null
if there is no result
-
-