org.gcube.common.core.plugins
Class GCUBEPluginManagerProfile

java.lang.Object
  extended by org.gcube.common.core.plugins.GCUBEPluginManagerProfile

public class GCUBEPluginManagerProfile
extends Object

Models the configuration of a GCUBEPluginManager.

Author:
Fabio Simeoni (University of Strathclyde)

Constructor Summary
GCUBEPluginManagerProfile()
           
 
Method Summary
 String getClassName()
          Returns the fully qualified name of the subclass of GCUBEPluginManager to be configured.
 void setClassName(String className)
          Sets the fully qualified name of the subclass of GCUBEPluginManager to be configured.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GCUBEPluginManagerProfile

public GCUBEPluginManagerProfile()
Method Detail

getClassName

public String getClassName()
Returns the fully qualified name of the subclass of GCUBEPluginManager to be configured.

Returns:
the name.

setClassName

public void setClassName(String className)
Sets the fully qualified name of the subclass of GCUBEPluginManager to be configured.

Parameters:
className - the name.


Copyright © 2013. All Rights Reserved.