public interface RichPlugin extends SciJavaPlugin, Contextual, Prioritized, HasPluginInfo, Logged, Identifiable, Locatable, Versioned
Contextual
, Prioritized
plugins that
retain access to their associated PluginInfo
metadata via the
HasPluginInfo
interface. This interface is intended as a convenient
extension point for new types of plugins.Modifier and Type | Method and Description |
---|---|
default String |
getIdentifier()
Gets a string intended to function as an identifier for the object.
|
default LogService |
log()
Gets the
LogService to use when logging activities. |
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
default String getIdentifier()
Identifiable
getIdentifier
in interface Identifiable
default LogService log()
Logged
LogService
to use when logging activities.Copyright © 2015–2022 SciJava. All rights reserved.