org.topbraid.core.io
Class GraphStores

java.lang.Object
  extended by org.topbraid.core.io.GraphStores

public class GraphStores
extends java.lang.Object

A Singleton to conveniently access the registered GraphStores.

Author:
Holger Knublauch

Field Summary
static java.lang.String EXTENSION_POINT
           
 
Constructor Summary
GraphStores()
           
 
Method Summary
static void addExtensions(java.util.Collection<java.lang.String> collection)
           
static java.lang.String[] getExtensions(IGraphStore graphStore)
           
static IGraphStore getGraphStore(java.lang.String extension)
           
static java.lang.String getName(IGraphStore graphStore)
           
static java.util.Iterator<IGraphStore> listGraphStores()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXTENSION_POINT

public static final java.lang.String EXTENSION_POINT
See Also:
Constant Field Values
Constructor Detail

GraphStores

public GraphStores()
Method Detail

addExtensions

public static void addExtensions(java.util.Collection<java.lang.String> collection)

getExtensions

public static java.lang.String[] getExtensions(IGraphStore graphStore)

getGraphStore

public static IGraphStore getGraphStore(java.lang.String extension)

getName

public static java.lang.String getName(IGraphStore graphStore)

listGraphStores

public static java.util.Iterator<IGraphStore> listGraphStores()