public interface ProcessManager
| Modifier and Type | Method and Description |
|---|---|
Executor |
getExecutor() |
Installation |
getInstallation(String id)
Returns the installation for the given ID or null if the installation does not exist
|
Installation |
install(InstallOptions parameters,
InstallTask postInstall)
Installs a process with an optional URL of the controller JSON
together with an optional install step
|
com.google.common.collect.ImmutableMap<String,Installation> |
listInstallationMap() |
List<Installation> |
listInstallations()
Returns the current installed processes which may or may not be running right now
|
ProcessConfig |
loadProcessConfig(File installDir,
InstallOptions options) |
void |
uninstall(Installation installation)
Uninstalls the given installation
|
List<Installation> listInstallations()
Installation install(InstallOptions parameters, InstallTask postInstall) throws Exception
Exceptionvoid uninstall(Installation installation)
com.google.common.collect.ImmutableMap<String,Installation> listInstallationMap()
Installation getInstallation(String id)
ProcessConfig loadProcessConfig(File installDir, InstallOptions options) throws IOException
IOExceptionExecutor getExecutor()
Copyright © 2014-2015 Red Hat. All Rights Reserved.