Class Extension
- java.lang.Object
-
- com.vividsolutions.jump.workbench.plugin.Extension
-
- All Implemented Interfaces:
Configuration
- Direct Known Subclasses:
AbstractSpatialDatabasesDSExtension,DummyExtension,ExtensionManagerExtension,GCExtension,JoinTableExtension,RasterStylesExtension
public abstract class Extension extends 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
Constructors Constructor Description Extension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()StringgetName()StringgetVersion()-
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
-
-