org.stanwood.media.setup
Class Plugin

java.lang.Object
  extended by org.stanwood.media.setup.Plugin

public class Plugin
extends java.lang.Object

Used to store information on plugins


Constructor Summary
Plugin(java.lang.String jar, java.lang.String clazz)
          The constructor
 
Method Summary
 java.lang.String getJar()
          Used to get the jar name that holds the plugin
 java.lang.String getPluginClass()
          Used to get the full class name within the jar
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Plugin

public Plugin(java.lang.String jar,
              java.lang.String clazz)
The constructor

Parameters:
jar - The jar that contains the plugin
clazz - The full class name within the jar
Method Detail

getJar

public java.lang.String getJar()
Used to get the jar name that holds the plugin

Returns:
The jar that contains the plugin

getPluginClass

public java.lang.String getPluginClass()
Used to get the full class name within the jar

Returns:
The full class name within the jar

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object