com.vividsolutions.jump.workbench.plugin
Class Extension

java.lang.Object
  extended by com.vividsolutions.jump.workbench.plugin.Extension
All Implemented Interfaces:
Configuration
Direct Known Subclasses:
DummyExtension, ExtensionManagerExtension, JoinTableExtension

public abstract class Extension
extends java.lang.Object
implements Configuration

The "entry point" into a JAR file containing PlugIns. The Workbench searches the JARs in its lib/ext directory for Extensions. It instantiates each Extension and calls its #configure method.


Constructor Summary
Extension()
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.vividsolutions.jump.workbench.plugin.Configuration
configure
 

Constructor Detail

Extension

public Extension()
Method Detail

getName

public java.lang.String getName()

getVersion

public java.lang.String getVersion()