org.topbraid.core.io
Class GraphStores
java.lang.Object
org.topbraid.core.io.GraphStores
public class GraphStores
- extends java.lang.Object
A Singleton to conveniently access the registered GraphStores.
- Author:
- Holger Knublauch
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EXTENSION_POINT
public static final java.lang.String EXTENSION_POINT
- See Also:
- Constant Field Values
GraphStores
public GraphStores()
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()