Class SaveToH2PlugIn
java.lang.Object
org.openjump.core.ui.plugin.datastore.h2.SaveToH2PlugIn
- All Implemented Interfaces:
PlugIn
This plugin is a write-only driver for a data source backed by a H2 database.
Note : it uses the same WritableDataStoreDataSource as the
AddWritableDataStoreLayerWizard
This plugin is not initialized until it is added in the default-plugin.xml
file along with H2GIS jar files or in an extension.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecute(PlugInContext context) This function always returns false.getName()Returns a very brief description of this PlugIn e.g. for display as a menu itemvoidinitialize(PlugInContext context) Initializes the plugin by creating the data source and data source query choosers.
-
Constructor Details
-
SaveToH2PlugIn
public SaveToH2PlugIn()
-
-
Method Details
-
initialize
Initializes the plugin by creating the data source and data source query choosers.- Specified by:
initializein interfacePlugIn- Parameters:
context- context of the PlugIn- See Also:
-
execute
This function always returns false. -
getName
-