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.
|
getInfo, getPriority, setInfo, setPriority, toString
context, getContext, setContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
asHTML, getExtensions
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
public 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.