Package net.sourceforge.pmd.processor
Class PmdThreadFactory
- java.lang.Object
-
- net.sourceforge.pmd.processor.PmdThreadFactory
-
- All Implemented Interfaces:
ThreadFactory
public class PmdThreadFactory extends Object implements ThreadFactory
-
-
Constructor Summary
Constructors Constructor Description PmdThreadFactory()
-
-
-
Method Detail
-
newThread
public Thread newThread(Runnable r)
- Specified by:
newThread
in interfaceThreadFactory
-
-