public class ScriptIOPlugin extends AbstractIOPlugin<String>
IOPlugin for scripts.ScriptService| Constructor and Description |
|---|
ScriptIOPlugin() |
| Modifier and Type | Method and Description |
|---|---|
Class<String> |
getDataType()
The type of data opened and/or saved by the plugin.
|
String |
open(String source)
Opens data from the given source.
|
boolean |
supportsOpen(String source)
Checks whether the I/O plugin can open data from the given source.
|
supportsgetInfo, getPriority, setInfo, setPriority, toStringcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetType, save, supports, supportsSave, supportsSavegetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersionpublic Class<String> getDataType()
IOPluginpublic boolean supportsOpen(String source)
IOPluginpublic String open(String source) throws IOException
IOPluginIOExceptionCopyright © 2009–2018 SciJava. All rights reserved.