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, toString
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
asHTML, getExtensions, getType
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
public 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 TextFormat
supports
in interface Typed<File>
supports
in class AbstractTypedPlugin<File>
Copyright © 2009–2023 SciJava. All rights reserved.