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:
getManagerNamein interfacenet.bioclipse.managers.business.IBioclipseManager
-
doi
Description copied from interface:IBactingManagerLists the DOIs of the articles associated to this manager.- Specified by:
doiin interfaceIBactingManager- Returns:
- a
Listof String with DOIs
-