eu.scape_project.watch.plugin
Class PluginInfo
java.lang.Object
eu.scape_project.watch.plugin.PluginInfo
public class PluginInfo
- extends Object
A simple class that summarizes a plugin.
- Author:
- Petar Petrov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
getName
public String getName()
getVersion
public String getVersion()
getDescription
public String getDescription()
getClassName
public String getClassName()
Copyright © 2012. All Rights Reserved.