Class WorkerThreadFactory
java.lang.Object
org.eclipse.aether.util.concurrency.WorkerThreadFactory
- All Implemented Interfaces:
- ThreadFactory
A factory to create worker threads with a given name prefix.
- 
Constructor SummaryConstructorsConstructorDescriptionWorkerThreadFactory(String namePrefix) Creates a new thread factory whose threads will have names using the specified prefix.
- 
Method Summary
- 
Constructor Details- 
WorkerThreadFactoryCreates a new thread factory whose threads will have names using the specified prefix.- Parameters:
- namePrefix- the prefix for the thread names, may be- nullor empty to derive the prefix from the caller's simple class name
 
 
- 
- 
Method Details- 
newThread- Specified by:
- newThreadin interface- ThreadFactory
 
 
-