sharpster.common
Class PluginData

java.lang.Object
  |
  +--sharpster.common.PluginData
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JavaRolePluginData

public abstract class PluginData
extends java.lang.Object
implements java.io.Serializable

An interface which should be implemented by all types of pluginData classes.

See Also:
Serialized Form

Constructor Summary
PluginData()
           
 
Method Summary
abstract  java.lang.String getPluginName()
          returns the name of the plug-in which has created this data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginData

public PluginData()
Method Detail

getPluginName

public abstract java.lang.String getPluginName()
returns the name of the plug-in which has created this data.