public class TextIOPlugin extends AbstractIOPlugin<String>
IOPlugin
for text conversion to HTML.TextService
Constructor and Description |
---|
TextIOPlugin() |
Modifier and Type | Method and Description |
---|---|
Class<String> |
getDataType()
The type of data opened and/or saved by the plugin.
|
String |
open(Location source)
Opens data from the given location.
|
boolean |
supportsOpen(Location source)
Checks whether the I/O plugin can open data from the given location.
|
open, save, supportsOpen, supportsSave
supports
getInfo, getPriority, setInfo, setPriority, toString
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getType, save, supports, supportsSave, supportsSave, supportsSave
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
public Class<String> getDataType()
IOPlugin
public boolean supportsOpen(Location source)
IOPlugin
public String open(Location source) throws IOException
IOPlugin
IOException
Copyright © 2015–2022 SciJava. All rights reserved.