Package net.bioclipse.managers
Class DOIManager
java.lang.Object
net.bioclipse.managers.DOIManager
- All Implemented Interfaces:
IBactingManager
,net.bioclipse.managers.business.IBioclipseManager
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DOIManager
Creates a newDOIManager
.- Parameters:
workspaceRoot
- location of the workspace, e.g. "."
-
-
Method Details
-
fetchInfo
public org.json.JSONObject fetchInfo(String doi) throws net.bioclipse.core.business.BioclipseException - Throws:
net.bioclipse.core.business.BioclipseException
-
getManagerName
- Specified by:
getManagerName
in interfacenet.bioclipse.managers.business.IBioclipseManager
-
doi
Description copied from interface:IBactingManager
Lists the DOIs of the articles associated to this manager.- Specified by:
doi
in interfaceIBactingManager
- Returns:
- a
List
of String with DOIs
-