Package | Description |
---|---|
org.scijava | |
org.scijava.plugin |
Modifier and Type | Method and Description |
---|---|
PluginIndex |
Context.getPluginIndex() |
Constructor and Description |
---|
Context(Collection<Class<? extends Service>> serviceClasses,
PluginIndex pluginIndex)
Creates a new SciJava application context with the specified services (and
any required service dependencies).
|
Context(Collection<Class<? extends Service>> serviceClasses,
PluginIndex pluginIndex,
boolean strict)
Creates a new SciJava application context with the specified services (and
any required service dependencies).
|
Context(PluginIndex pluginIndex)
Creates a new SciJava application context with all available services from
the specified PluginIndex.
|
Modifier and Type | Method and Description |
---|---|
PluginIndex |
PluginService.getIndex()
Gets the index of available plugins.
|
PluginIndex |
DefaultPluginService.getIndex() |
Modifier and Type | Method and Description |
---|---|
static <P extends PT,PT extends SciJavaPlugin> |
PluginInfo.get(Class<P> pluginClass,
Class<PT> pluginType,
PluginIndex pluginIndex)
Finds a
PluginInfo of the given plugin class and plugin type in the
specified PluginIndex . |
static <P extends SciJavaPlugin> |
PluginInfo.get(Class<P> pluginClass,
PluginIndex pluginIndex)
Finds a
PluginInfo of the given plugin class in the specified
PluginIndex . |
static <P extends PT,PT extends SciJavaPlugin> |
PluginInfo.getOrCreate(Class<P> pluginClass,
Class<PT> pluginType,
PluginIndex pluginIndex)
Obtains a
PluginInfo for the given plugin class. |
static <P extends SciJavaPlugin> |
PluginInfo.getOrCreate(Class<P> pluginClass,
PluginIndex pluginIndex)
Obtains a
PluginInfo for the given plugin class. |
Copyright © 2015–2022 SciJava. All rights reserved.