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, objectService
getPlugins, getPluginService, pluginService
registerEventHandlers
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
dispose
default App getApp()
Map<String,App> getApps()
Plugin.name()
Copyright © 2015–2022 SciJava. All rights reserved.