Class Extension
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.plugin.Extension
-
- All Implemented Interfaces:
Configuration
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 String
getName()
String
getVersion()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.locationtech.jts.jump.workbench.plugin.Configuration
configure
-
-