org.ujmp.core
Class Plugin

java.lang.Object
  extended by org.ujmp.core.util.AbstractPlugin
      extended by org.ujmp.core.Plugin
All Implemented Interfaces:
HasDependencies, HasDescription, HasStatus

public class Plugin
extends AbstractPlugin


Constructor Summary
Plugin()
           
 
Method Summary
 Collection<Object> getDependencies()
           
 String getDescription()
           
 Collection<String> getNeededClasses()
           
 
Methods inherited from class org.ujmp.core.util.AbstractPlugin
getStatus, isAvailable, setDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Plugin

public Plugin()
Method Detail

getDescription

public String getDescription()

getDependencies

public Collection<Object> getDependencies()

getNeededClasses

public Collection<String> getNeededClasses()
Specified by:
getNeededClasses in class AbstractPlugin


Copyright © 2010. All Rights Reserved.