| Package | Description |
|---|---|
| io.fabric8.jube.process | |
| io.fabric8.jube.process.service |
| Modifier and Type | Method and Description |
|---|---|
Installation |
ProcessManager.getInstallation(String id)
Returns the installation for the given ID or null if the installation does not exist
|
Installation |
ProcessManager.install(InstallOptions parameters,
InstallTask postInstall)
Installs a process with an optional URL of the controller JSON
together with an optional install step
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableMap<String,Installation> |
ProcessManager.listInstallationMap() |
List<Installation> |
ProcessManager.listInstallations()
Returns the current installed processes which may or may not be running right now
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessManager.uninstall(Installation installation)
Uninstalls the given installation
|
| Modifier and Type | Method and Description |
|---|---|
protected Installation |
ProcessManagerService.createInstallation(io.hawt.aether.OpenMavenURL url,
String id,
File rootDir,
ProcessConfig config) |
Installation |
ProcessManagerService.getInstallation(String id) |
Installation |
ProcessManagerService.install(InstallOptions options,
InstallTask postInstall) |
protected Installation |
ProcessManagerService.installViaScript(InstallOptions options,
InstallTask installTask) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableMap<String,Installation> |
ProcessManagerService.listInstallationMap() |
com.google.common.collect.ImmutableList<Installation> |
ProcessManagerService.listInstallations() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessManagerService.uninstall(Installation installation) |
Copyright © 2014 Red Hat. All Rights Reserved.