Class ScriptIOPlugin

    • Constructor Detail

      • ScriptIOPlugin

        public ScriptIOPlugin()
    • Method Detail

      • getDataType

        public Class<String> getDataType()
        Description copied from interface: IOPlugin
        The type of data opened and/or saved by the plugin.
      • supportsOpen

        public boolean supportsOpen​(Location source)
        Description copied from interface: IOPlugin
        Checks whether the I/O plugin can open data from the given location.