public interface AppService extends SingletonService<App>, SciJavaService
| Modifier and Type | Method and Description |
|---|---|
default App |
getApp()
Gets the foremost application (the one with the highest priority).
|
App |
getApp(String name)
Gets an application by name.
|
Map<String,App> |
getApps()
Gets the table of associated applications, keyed by name.
|
default Class<App> |
getPluginType()
Gets the type of plugins managed by this service.
|
create, filterInstances, getInstance, getInstances, initialize, objectServicegetPlugins, getPluginService, pluginServiceregisterEventHandlersgetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersiondisposedefault App getApp()
Map<String,App> getApps()
Plugin.name()Copyright © 2015–2022 SciJava. All rights reserved.