Package org.bridgedb.rdf.identifiers.org
Class IdentifersOrgReader
- java.lang.Object
-
- org.bridgedb.rdf.RdfBase
-
- org.bridgedb.rdf.identifiers.org.IdentifersOrgReader
-
public class IdentifersOrgReader extends RdfBase
- Author:
- Christian
-
-
Field Summary
Fields Modifier and Type Field Description static StringLOCAL_MIRAM_REGISTRYstatic StringMIRAM_REGISTRY_URIstatic StringUNABLE_TO_CONNECT-
Fields inherited from class org.bridgedb.rdf.RdfBase
DEFAULT_BASE_URI, DEFAULT_FILE_FORMAT
-
-
Constructor Summary
Constructors Constructor Description IdentifersOrgReader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidfullInit()static voidinit()static voidmain(String[] args)static voidsaveRegister()-
Methods inherited from class org.bridgedb.rdf.RdfBase
getPossibleSingletonString, getSingletonString, shutDown
-
-
-
-
Field Detail
-
UNABLE_TO_CONNECT
public static final String UNABLE_TO_CONNECT
- See Also:
- Constant Field Values
-
LOCAL_MIRAM_REGISTRY
public static final String LOCAL_MIRAM_REGISTRY
- See Also:
- Constant Field Values
-
MIRAM_REGISTRY_URI
public static final String MIRAM_REGISTRY_URI
- See Also:
- Constant Field Values
-
-
Method Detail
-
fullInit
public static void fullInit()
-
init
public static void init() throws BridgeDBException- Throws:
BridgeDBException
-
saveRegister
public static void saveRegister() throws BridgeDBException- Throws:
BridgeDBException
-
-