public abstract class AbstractTextFormat extends AbstractHandlerPlugin<File> implements TextFormat
TextFormat implementations.| Constructor and Description |
|---|
AbstractTextFormat() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
supports(File data)
Gets whether this object is compatible with the given data object.
|
getInfo, getPriority, setInfo, setPriority, toStringcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasHTML, getExtensions, getTypegetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersionpublic boolean supports(File data)
Typed
By default, this method will return true iff the data is assignable
to the associated type given by Typed.getType(). But individual
implementations may have other requirements beyond class assignability.
supports in interface TextFormatsupports in interface Typed<File>supports in class AbstractTypedPlugin<File>Copyright © 2009–2023 SciJava. All rights reserved.