Class IvyThread

java.lang.Object
java.lang.Thread
org.apache.ivy.core.IvyThread
All Implemented Interfaces:
Runnable

public class IvyThread extends Thread
A simple thread subclass associated the same IvyContext as the thread in which it is instantiated. If you override the run target, then you will have to call initContext() to do the association with the original IvyContext.
See Also: