|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.factory.FactoryFinder
public abstract class FactoryFinder
Base class for factory finders. FactoryFinder
s are cover for FactoryRegistry
adding type safety, default hints and synchronization for multi-thread environments.
Field Summary | |
---|---|
static Hints |
EMPTY_HINTS
A set of empty hints, which exclude any system hints. |
Constructor Summary | |
---|---|
protected |
FactoryFinder()
Creates a new factory finder. |
Method Summary | |
---|---|
static Hints |
mergeSystemHints(Hints hints)
Returns new hints that combine user supplied hints with the defaults hints. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Hints EMPTY_HINTS
Constructor Detail |
---|
protected FactoryFinder()
Method Detail |
---|
public static Hints mergeSystemHints(Hints hints)
The returned hints should live only the time needed for invoking FactoryRegistry
methods. No long-term reference should be held.
hints
- The user hints, or null
if none.
null
).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |