|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.rendering.r3d.persistence.RenderableStoreManager
public class RenderableStoreManager
The class TODO add class documentation here.
Constructor Summary | |
---|---|
RenderableStoreManager()
|
Method Summary | |
---|---|
static RenderableStore |
get(java.lang.String id)
Returns the RenderableStore instance with the specified identifier. |
static java.util.Collection<RenderableStore> |
getAll()
Returns all active RenderableStore s. |
static void |
init(java.io.File configLocation)
Initializes the RenderableStoreManager by loading all RenderableStore configurations from the
given directory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RenderableStoreManager()
Method Detail |
---|
public static void init(java.io.File configLocation)
RenderableStoreManager
by loading all RenderableStore
configurations from the
given directory.
configLocation
- containing renderable manager configurationspublic static RenderableStore get(java.lang.String id)
RenderableStore
instance with the specified identifier.
id
- identifier of the renderable store instance
RenderableStore
instance or null if no such instance has been createdpublic static java.util.Collection<RenderableStore> getAll()
RenderableStore
s.
RenderableStore
s instance, may be empty but never null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |