Package | Description |
---|---|
com.openshift.client | |
com.openshift.client.cartridge.query | |
com.openshift.internal.client |
Modifier and Type | Method and Description |
---|---|
IEmbeddedCartridge |
IApplication.addEmbeddableCartridge(ICartridge cartridge)
Adds the given embeddable cartridge to this application.
|
IEmbeddedCartridge |
IApplication.getEmbeddedCartridge(IEmbeddableCartridge cartridge)
Returns the embedded cartridge in this application.
|
IEmbeddedCartridge |
IApplication.getEmbeddedCartridge(String cartridgeName)
Returns the embedded cartridge given its name.
|
Modifier and Type | Method and Description |
---|---|
List<IEmbeddedCartridge> |
IApplication.addEmbeddableCartridges(Collection<IEmbeddableCartridge> cartridge)
Adds all given embedded cartridges from this app, given their names.
|
List<IEmbeddedCartridge> |
IApplication.addEmbeddableCartridges(ICartridge... cartridges)
Adds the given embeddable cartridges to this application.
|
List<IEmbeddedCartridge> |
IApplication.getEmbeddedCartridges()
Returns all embedded cartridges.
|
Modifier and Type | Method and Description |
---|---|
CartridgeResourceProperty |
UrlPropertyQuery.getMatchingProperty(IEmbeddedCartridge embeddedCartridge) |
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedCartridgeResource
A cartridge that is embedded into an application.
|
Modifier and Type | Method and Description |
---|---|
IEmbeddedCartridge |
ApplicationResource.addEmbeddableCartridge(ICartridge cartridge) |
IEmbeddedCartridge |
ApplicationResource.getEmbeddedCartridge(IEmbeddableCartridge cartridge) |
IEmbeddedCartridge |
ApplicationResource.getEmbeddedCartridge(String cartridgeName) |
Modifier and Type | Method and Description |
---|---|
List<IEmbeddedCartridge> |
ApplicationResource.addEmbeddableCartridges(Collection<IEmbeddableCartridge> cartridges) |
List<IEmbeddedCartridge> |
ApplicationResource.addEmbeddableCartridges(ICartridge... cartridges) |
List<IEmbeddedCartridge> |
ApplicationResource.getEmbeddedCartridges() |
Modifier and Type | Method and Description |
---|---|
protected void |
ApplicationResource.removeEmbeddedCartridge(IEmbeddedCartridge embeddedCartridge)
"callback" from the embeddedCartridge once it has been destroyed.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.