A builder class for creating instances of {@code BasicThreadFactory}.
Using this builder class instances of {@code BasicThreadFactory} can becreated and initialized. The class provides methods that correspond to the configuration options supported by {@code BasicThreadFactory}. Method chaining is supported. Refer to the documentation of {@code BasicThreadFactory} for a usage example.
@version $Id: BasicThreadFactory.java 967237 2010-07-23 20:08:57Z mbenson $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|