eu.scape_project.watch.plugin
Class PluginInfo

java.lang.Object
  extended by eu.scape_project.watch.plugin.PluginInfo

public class PluginInfo
extends Object

A simple class that summarizes a plugin.

Author:
Petar Petrov

Constructor Summary
PluginInfo(String n, String v, String d, String c)
          Initializes the plugin info.
 
Method Summary
 String getClassName()
           
 String getDescription()
           
 String getName()
           
 String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginInfo

public PluginInfo(String n,
                  String v,
                  String d,
                  String c)
Initializes the plugin info.

Parameters:
n - the name.
v - the version.
d - the description.
c - the classname.
Method Detail

getName

public String getName()

getVersion

public String getVersion()

getDescription

public String getDescription()

getClassName

public String getClassName()


Copyright © 2012. All Rights Reserved.