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.currentMethods in org.apache.ivy.core that return IvyContextModifier and TypeMethodDescriptionstatic IvyContextIvyContext.getContext()static IvyContextIvyContext.popContext()Pops one context used with this thread.static IvyContextIvyContext.pushContext(IvyContext context) Changes the context associated with this thread.static IvyContextIvyContext.pushNewContext()Creates a new IvyContext and pushes it as the current context in the current thread.static IvyContextIvyContext.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 IvyContextIvyContext.pushContext(IvyContext context) Changes the context associated with this thread.Constructors in org.apache.ivy.core with parameters of type IvyContext