Uses of Class
org.apache.ivy.core.IvyContext
-
Packages that use IvyContext Package Description org.apache.ivy org.apache.ivy.core -
-
Uses of IvyContext in org.apache.ivy
Methods in org.apache.ivy with parameters of type IvyContext Modifier and Type Method Description java.lang.Object
Ivy.IvyCallback. doInIvyContext(Ivy ivy, IvyContext context)
Executes Ivy related job within anIvyContext
-
Uses of IvyContext in org.apache.ivy.core
Fields in org.apache.ivy.core declared as IvyContext Modifier and Type Field Description private IvyContext
IvyThread. context
Fields in org.apache.ivy.core with type parameters of type IvyContext Modifier and Type Field Description private static java.lang.ThreadLocal<java.util.Stack<IvyContext>>
IvyContext. current
Methods in org.apache.ivy.core that return IvyContext Modifier and Type Method Description static IvyContext
IvyContext. getContext()
static IvyContext
IvyContext. popContext()
Pops one context used with this thread.static IvyContext
IvyContext. pushContext(IvyContext context)
Changes the context associated with this thread.static IvyContext
IvyContext. pushNewContext()
Creates a new IvyContext and pushes it as the current context in the current thread.static IvyContext
IvyContext. pushNewCopyContext()
Creates a new IvyContext as a copy of the current one and pushes it as the current context in the current thread.Methods in org.apache.ivy.core that return types with arguments of type IvyContext Modifier and Type Method Description private static java.util.Stack<IvyContext>
IvyContext. getCurrentStack()
Methods in org.apache.ivy.core with parameters of type IvyContext Modifier and Type Method Description static IvyContext
IvyContext. pushContext(IvyContext context)
Changes the context associated with this thread.Constructors in org.apache.ivy.core with parameters of type IvyContext Constructor Description IvyContext(IvyContext ctx)
-