org.bibalex.daf.managers.checkin
Class RetrievalManagerGUI.RetrievalPlugin
java.lang.Object
org.bibalex.daf.managers.checkin.RetrievalManagerGUI.RetrievalPlugin
- Enclosing class:
- RetrievalManagerGUI
private class RetrievalManagerGUI.RetrievalPlugin
- extends java.lang.Object
Inner class to represent the retrival plugin objects
- Author:
- Niveen.Nagy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pluginValue
private java.lang.String pluginValue
PluginDisplayName
private java.lang.String PluginDisplayName
mediaTypes
private java.lang.String[] mediaTypes
RetrievalManagerGUI.RetrievalPlugin
public RetrievalManagerGUI.RetrievalPlugin()
- Constructor for this class
RetrievalManagerGUI.RetrievalPlugin
public RetrievalManagerGUI.RetrievalPlugin(java.lang.String pluginValue,
java.lang.String pluginDisplayName)
- The class constructor sets the plugin value and its display name
- Parameters:
pluginValue
- pluginDisplayName
-
setMediaTypes
public void setMediaTypes(java.lang.String[] mediaTypes)
- This method sets the Media Types array to the given MediaType array
- Parameters:
mediaTypes
- A String[]
to be set as the Media Type Array.
getMediaTypes
public java.lang.String[] getMediaTypes()
- Returns:
- mediaTypes array, that stores all the media types available for this
plugin
getPluginDisplayName
public java.lang.String getPluginDisplayName()
- Returns:
- he name to be displayed for this plugin
getPluginValue
public java.lang.String getPluginValue()
- Returns:
- he class Path name to be displayed for this plugin