Package org.scijava.text.io
Interface TextIOService
-
- All Superinterfaces:
Comparable<Prioritized>,Contextual,Disposable,HandlerService<Location,IOPlugin<String>>,HasPluginInfo,Identifiable,Initializable,Locatable,Logged,Prioritized,PTService<IOPlugin<String>>,RichPlugin,SciJavaPlugin,SciJavaService,Service,SingletonService<IOPlugin<String>>,Typed<Location>,TypedIOService<String>,TypedService<Location,IOPlugin<String>>,Versioned
- All Known Implementing Classes:
DefaultTextIOService
public interface TextIOService extends TypedIOService<String>
TypedIOServicefor opening and saving text data- Author:
- Deborah Schmidt
-
-
Method Summary
-
Methods inherited from interface org.scijava.Contextual
context, getContext, setContext
-
Methods inherited from interface org.scijava.Disposable
dispose
-
Methods inherited from interface org.scijava.plugin.HandlerService
getHandler, getInstances, supports
-
Methods inherited from interface org.scijava.plugin.HasPluginInfo
getInfo, setInfo
-
Methods inherited from interface org.scijava.Locatable
getLocation
-
Methods inherited from interface org.scijava.Prioritized
compareTo, getPriority, setPriority
-
Methods inherited from interface org.scijava.plugin.PTService
getPlugins, getPluginService, pluginService
-
Methods inherited from interface org.scijava.plugin.RichPlugin
getIdentifier, log
-
Methods inherited from interface org.scijava.service.Service
registerEventHandlers
-
Methods inherited from interface org.scijava.plugin.SingletonService
create, filterInstances, getInstance, initialize, objectService
-
Methods inherited from interface org.scijava.io.TypedIOService
canOpen, canOpen, canSave, canSave, getOpener, getOpener, getPluginType, getSaver, getSaver, getType, open, open, save, save
-
Methods inherited from interface org.scijava.plugin.TypedService
find
-
Methods inherited from interface org.scijava.Versioned
getVersion
-
-