Uses of Interface
de.espirit.firstspirit.agency.WebAppId
-
Uses of WebAppId in de.espirit.firstspirit.agency
Modifier and TypeMethodDescription@NotNull Collection<WebAppId>
ModuleAdminAgent.ModuleResult.getUpdatedWebApps()
Returns the ids of all updated web-app components.@NotNull Collection<WebAppId>
ModuleAdminAgent.getWebAppUsages
(String moduleName, String webAppComponent) Returns all usages of the given web-app component.Modifier and TypeMethodDescriptionboolean
ModuleAdminAgent.deployWebApp
(@NotNull WebAppId webAppId) Deploys the given web app to its web-server.@NotNull InputStream
ModuleAdminAgent.downloadWebApp
(WebAppId webAppId) Download the specified web app as.war
-file.@NotNull FileSystem<?>
ModuleAdminAgent.getWebAppConfig
(String moduleName, String webAppComponent, WebAppId webAppId) Returns the configuration directory of the specified web-app.void
ModuleAdminAgent.installWebApp
(String moduleName, String webAppComponent, @NotNull WebAppId webAppId) Installs or updates the given web-app component into the specified web app and deploys the web app to its web-server.void
ModuleAdminAgent.installWebApp
(String moduleName, String webAppComponent, @NotNull WebAppId webAppId, boolean deploy) Installs or updates the given web-app component into the specified web app and deploys the web app to its web-server, ifdeploy
is set totrue
.boolean
ModuleAdminAgent.undeployWebApp
(WebAppId webAppId) Undeploys the given web app from its web-server.void
ModuleAdminAgent.uninstallWebApp
(String moduleName, String webAppComponent, WebAppId webAppId) Removes the given web-app component from the specified web app and deploys the web to its web-server.Modifier and TypeMethodDescriptionboolean
ModuleAdminAgent.deployWebApps
(@NotNull Iterable<WebAppId> webAppIds) Deploys the given web apps to their corresponding web-servers.