|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nextgrid.api.pom.GroundingFactoryFinder
public final class GroundingFactoryFinder
GroundingFactory Finder.
Method Summary | |
---|---|
static GroundingFactory |
findFactory(java.lang.String type)
Gets a factory for the specified model type. |
static GroundingFactory |
findFactory(java.net.URI type)
Gets a factory for the specified model type. |
java.net.URI[] |
getAvailableTypes()
Gets a list of all available Grounding types. |
static void |
register(GroundingFactory factory)
Manually registers a factory, so it is available through the finder. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void register(GroundingFactory factory)
factory
- The factory instance to registerpublic static GroundingFactory findFactory(java.net.URI type)
type
- The factory type
public static GroundingFactory findFactory(java.lang.String type)
type
- The factory type
public java.net.URI[] getAvailableTypes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |