Uses of Class
org.apache.ivy.core.IvyContext
Packages that use IvyContext
-
Uses of IvyContext in org.apache.ivy
Methods in org.apache.ivy with parameters of type IvyContextModifier and TypeMethodDescriptionIvy.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 IvyContextFields in org.apache.ivy.core with type parameters of type IvyContextModifier and TypeFieldDescriptionprivate static ThreadLocal<Stack<IvyContext>>
IvyContext.current
Methods in org.apache.ivy.core that return IvyContextModifier and TypeMethodDescriptionstatic 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 IvyContextMethods in org.apache.ivy.core with parameters of type IvyContextModifier and TypeMethodDescriptionstatic IvyContext
IvyContext.pushContext
(IvyContext context) Changes the context associated with this thread.Constructors in org.apache.ivy.core with parameters of type IvyContext