Class DefaultNameFactory

Object
AbstractFactory
DefaultNameFactory
All Implemented Interfaces:
Factory, Name­Factory

public class DefaultNameFactory extends AbstractFactory implements NameFactory
A factory for creating Abstract­Name objects. This factory provides the following methods for creating name instances: The following methods for creating miscellaneous name-related objects: And the following methods for performing some analysis:

Thread safety

The same Default­Name­Factory instance can be safely used by many threads without synchronization on the part of the caller. Subclasses should make sure that any overridden methods remain safe to call from multiple threads.
Since:
0.3
See Also: