|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nextgrid.api.builder.POMBuilderFinder
public final class POMBuilderFinder
POMBuilder finder.
Method Summary | ||
---|---|---|
static POMBuilder<?> |
findBuilderByURI(java.net.URI uri)
Gets a builder by its URI id. |
|
static
|
findBuilderFor(java.lang.Class<T> c)
Gets a builder for the specified model type. |
|
static void |
register(POMBuilder<?> builder)
Manually registers a builder, 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(POMBuilder<?> builder)
builder
- The builder instance to registerpublic static <T> POMBuilder<T> findBuilderFor(java.lang.Class<T> c)
T
- Used for return value type checkingc
- The model type
public static POMBuilder<?> findBuilderByURI(java.net.URI uri)
uri
- The builder id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |