|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentType | |
---|---|
org.apache.lucene.gdata.server.registry | Internal registry - registering services and server components |
Uses of ComponentType in org.apache.lucene.gdata.server.registry |
---|
Methods in org.apache.lucene.gdata.server.registry that return ComponentType | |
---|---|
static ComponentType |
ComponentType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ComponentType[] |
ComponentType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.apache.lucene.gdata.server.registry with parameters of type ComponentType | ||
---|---|---|
|
GDataServerRegistry.lookup(Class<R> clazz,
ComponentType compType)
This method is the main interface to the Component Lookup Service of the registry. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |