Class AbstractIOPlugin<D>

    • Constructor Detail

      • AbstractIOPlugin

        public AbstractIOPlugin()
    • Method Detail

      • supportsOpen

        public boolean supportsOpen​(String source)
        Description copied from interface: IOPlugin
        Checks whether the I/O plugin can open data from the given source.
        Specified by:
        supportsOpen in interface IOPlugin<D>
      • supportsSave

        public boolean supportsSave​(String destination)
        Description copied from interface: IOPlugin
        Checks whether the I/O plugin can save data to the given destination.
        Specified by:
        supportsSave in interface IOPlugin<D>