Class InstallDummyReaderPlugIn

java.lang.Object
com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
org.openjump.core.ui.plugin.file.InstallDummyReaderPlugIn
All Implemented Interfaces:
EnableChecked, Iconified, PlugIn, Recordable, ShortcutEnabled

public class InstallDummyReaderPlugIn extends AbstractPlugIn
Install a dummy reader which does not try to read files with xml or txt extension. This is useful to skip those files if there are included in a zip file
Author:
Michaƫl Michaud
  • Field Details

    • DUMMY_READER_DESC

      public static final String DUMMY_READER_DESC
  • Constructor Details

    • InstallDummyReaderPlugIn

      public InstallDummyReaderPlugIn()
      Construct the main Open File plug-in.
  • Method Details

    • initialize

      public void initialize(PlugInContext context) throws Exception
      Initialise the main instance of this plug-in, should not be called for the Recent menu open file plug-ins.
      Specified by:
      initialize in interface PlugIn
      Overrides:
      initialize in class AbstractPlugIn
      Parameters:
      context - The plug-in context.
      Throws:
      Exception - If there was an error initialising the plug-in.