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.
|
getType, save, supports, supportsSave, supportsSavecompareTo, getInfo, getPriority, setInfo, setPriority, toStringcontext, getContext, setContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcontext, getContext, setContextgetPriority, setPrioritycompareTogetInfo, setInfopublic Class<String> getDataType()
IOPluginpublic boolean supportsOpen(String source)
IOPluginsupportsOpen in interface IOPlugin<String>supportsOpen in class AbstractIOPlugin<String>public String open(String source) throws IOException
IOPluginopen in interface IOPlugin<String>open in class AbstractIOPlugin<String>IOExceptionCopyright © 2009–2016 SciJava. All rights reserved.