de.soldin.gt2jump.test.gt2shapefile
Class InstallGT2ShapefileExtension

java.lang.Object
  extended bycom.vividsolutions.jump.workbench.plugin.Extension
      extended byde.soldin.gt2jump.test.gt2shapefile.InstallGT2ShapefileExtension
All Implemented Interfaces:
com.vividsolutions.jump.workbench.plugin.Configuration, com.vividsolutions.jump.workbench.plugin.PlugIn

public class InstallGT2ShapefileExtension
extends com.vividsolutions.jump.workbench.plugin.Extension
implements com.vividsolutions.jump.workbench.plugin.PlugIn


Constructor Summary
InstallGT2ShapefileExtension()
           
 
Method Summary
 void configure(com.vividsolutions.jump.workbench.plugin.PlugInContext context)
           
 boolean execute(com.vividsolutions.jump.workbench.plugin.PlugInContext arg0)
           
 String getName()
           
 void initialize(com.vividsolutions.jump.workbench.plugin.PlugInContext context)
           
 
Methods inherited from class com.vividsolutions.jump.workbench.plugin.Extension
getVersion
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstallGT2ShapefileExtension

public InstallGT2ShapefileExtension()
Method Detail

configure

public void configure(com.vividsolutions.jump.workbench.plugin.PlugInContext context)
               throws Exception
Specified by:
configure in interface com.vividsolutions.jump.workbench.plugin.Configuration
Throws:
Exception

getName

public String getName()
Specified by:
getName in interface com.vividsolutions.jump.workbench.plugin.PlugIn

initialize

public void initialize(com.vividsolutions.jump.workbench.plugin.PlugInContext context)
                throws Exception
Specified by:
initialize in interface com.vividsolutions.jump.workbench.plugin.PlugIn
Throws:
Exception

execute

public boolean execute(com.vividsolutions.jump.workbench.plugin.PlugInContext arg0)
                throws Exception
Specified by:
execute in interface com.vividsolutions.jump.workbench.plugin.PlugIn
Throws:
Exception