public abstract class AbstractTextFormat extends AbstractHandlerPlugin<File> implements TextFormat
TextFormat implementations.| Constructor and Description |
|---|
AbstractTextFormat() |
| Modifier and Type | Method and Description |
|---|---|
Class<File> |
getType()
Gets the type associated with the object.
|
boolean |
supports(File file)
Gets whether this object is compatible with the given data object.
|
compareTo, getInfo, getPriority, setInfo, setPriority, toStringcontext, getContext, setContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasHTML, getExtensionscontext, getContext, setContextgetPriority, setPrioritycompareTogetInfo, setInfopublic boolean supports(File file)
Typed
By default, this method will return true always, since the type is
known to be compatible. But individual implementations may have other
requirements beyond class assignability.
Copyright © 2009–2016 SciJava. All rights reserved.