Package org.jboss.windup.util.threading
Class WindupChildThreadFactory
- java.lang.Object
-
- org.jboss.windup.util.threading.WindupChildThreadFactory
-
- All Implemented Interfaces:
ThreadFactory
public class WindupChildThreadFactory extends Object implements ThreadFactory
A thread-parent thread factory. Thread-parents are useful to distinguish threads that were created from the given windup run.
-
-
Constructor Summary
Constructors Constructor Description WindupChildThreadFactory()
-
-
-
Method Detail
-
newThread
public Thread newThread(Runnable r)
- Specified by:
newThreadin interfaceThreadFactory
-
-