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.
|
supports
getInfo, getPriority, setInfo, setPriority, toString
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getType, save, supports, supportsSave, supportsSave
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
public Class<String> getDataType()
IOPlugin
public boolean supportsOpen(String source)
IOPlugin
public String open(String source) throws IOException
IOPlugin
IOException
Copyright © 2009–2018 SciJava. All rights reserved.