org.deegree.rendering.r3d.persistence
Class RenderableStoreManager

java.lang.Object
  extended by org.deegree.rendering.r3d.persistence.RenderableStoreManager

public class RenderableStoreManager
extends java.lang.Object

The class TODO add class documentation here.

Version:
$Revision: 25689 $, $Date: 2010-08-04 17:14:16 +0200 (Mi, 04. Aug 2010) $
Author:
Markus Schneider, last edited by: $Author: aschmitz $

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 RenderableStores.
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

RenderableStoreManager

public RenderableStoreManager()
Method Detail

init

public static void init(java.io.File configLocation)
Initializes the RenderableStoreManager by loading all RenderableStore configurations from the given directory.

Parameters:
configLocation - containing renderable manager configurations

get

public static RenderableStore get(java.lang.String id)
Returns the RenderableStore instance with the specified identifier.

Parameters:
id - identifier of the renderable store instance
Returns:
the corresponding RenderableStore instance or null if no such instance has been created

getAll

public static java.util.Collection<RenderableStore> getAll()
Returns all active RenderableStores.

Returns:
the RenderableStores instance, may be empty but never null


Copyright © 2011. All Rights Reserved.