PT
- Plugin type of the SciJavaPlugin
s being managed.public abstract class AbstractPTService<PT extends SciJavaPlugin> extends AbstractService implements PTService<PT>
PTService
s.Constructor and Description |
---|
AbstractPTService() |
Modifier and Type | Method and Description |
---|---|
<P extends PT> |
create(Class<P> pluginClass)
Creates an instance of the given plugin class.
|
List<PluginInfo<PT>> |
getPlugins()
Gets the plugins managed by this service.
|
PluginService |
getPluginService()
Gets the service responsible for discovering and managing this service's
plugins.
|
dispose, getContext, initialize, registerEventHandlers, setContext, toString
compareTo, getInfo, getPriority, setInfo, setPriority
context
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getPluginType
initialize, registerEventHandlers
context, getContext, setContext
getPriority, setPriority
compareTo
getInfo, setInfo
dispose
public PluginService getPluginService()
PTService
getPluginService
in interface PTService<PT extends SciJavaPlugin>
public List<PluginInfo<PT>> getPlugins()
PTService
getPlugins
in interface PTService<PT extends SciJavaPlugin>
Copyright © 2009–2015 SciJava. All rights reserved.