Package | Description |
---|---|
com.openshift.client | |
com.openshift.internal.client |
Modifier and Type | Interface and Description |
---|---|
interface |
IEmbeddedCartridge
Interface to designate a cartridge that has been added and configured
|
Modifier and Type | Class and Description |
---|---|
class |
EmbeddableCartridge
An interface that designate a cartridge that can be embedded into an
application.
|
Modifier and Type | Method and Description |
---|---|
<C extends IEmbeddableCartridge> |
ICartridgeConstraint.getMatching(Collection<C> availableCartridges)
Returns the cartridge that matches this constraint.
|
<C extends IEmbeddableCartridge> |
ICartridgeConstraint.matches(C cartridge)
Returns
true if the given cartridge matches this constraint. |
Modifier and Type | Method and Description |
---|---|
List<IEmbeddableCartridge> |
IOpenShiftConnection.getEmbeddableCartridges()
Returns the available embeddable cartridges associated with the current
OpenShift connection.
|
Modifier and Type | Method and Description |
---|---|
IEmbeddedCartridge |
IApplication.addEmbeddableCartridge(IEmbeddableCartridge cartridge)
Adds the given embeddable cartridge to this application.
|
IEmbeddedCartridge |
IApplication.getEmbeddedCartridge(IEmbeddableCartridge cartridge)
Returns the embedded cartridge in this application.
|
boolean |
IApplication.hasEmbeddedCartridge(IEmbeddableCartridge cartridge)
Returns
true if this application has an embedded cartridge. |
void |
IApplication.removeEmbeddedCartridge(IEmbeddableCartridge cartridge)
Removes the given embedded cartridge that is equal to the given
embeddable cartridge.
|
Modifier and Type | Method and Description |
---|---|
List<IEmbeddedCartridge> |
IApplication.addEmbeddableCartridges(Collection<IEmbeddableCartridge> cartridge)
Adds all given embedded cartridges from this app, given their names.
|
void |
IApplication.removeEmbeddedCartridges(Collection<IEmbeddableCartridge> cartridges)
Removes the given embedded cartridges in this application that are equal to the
given IEmbeddableCartridge.
|
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedCartridgeResource
A cartridge that may be embedded into an application.
|
Modifier and Type | Method and Description |
---|---|
protected <C extends IEmbeddableCartridge> |
LatestVersionOfName.getLatest(List<C> matchingCartridges) |
<C extends IEmbeddableCartridge> |
AbstractCartridgeConstraint.getMatching(Collection<C> cartridges) |
<C extends IEmbeddableCartridge> |
LatestVersionOfName.getMatching(Collection<C> cartridges) |
abstract <C extends IEmbeddableCartridge> |
AbstractCartridgeConstraint.matches(C cartridge) |
<C extends IEmbeddableCartridge> |
LatestVersionOfName.matches(C cartridge) |
Modifier and Type | Method and Description |
---|---|
List<IEmbeddableCartridge> |
APIResource.getEmbeddableCartridges() |
Modifier and Type | Method and Description |
---|---|
IEmbeddedCartridge |
ApplicationResource.addEmbeddableCartridge(IEmbeddableCartridge cartridge)
Adds the given embedded cartridge to this application.
|
IEmbeddedCartridge |
ApplicationResource.getEmbeddedCartridge(IEmbeddableCartridge cartridge) |
boolean |
ApplicationResource.hasEmbeddedCartridge(IEmbeddableCartridge cartridge) |
void |
ApplicationResource.removeEmbeddedCartridge(IEmbeddableCartridge cartridge) |
Modifier and Type | Method and Description |
---|---|
List<IEmbeddedCartridge> |
ApplicationResource.addEmbeddableCartridges(Collection<IEmbeddableCartridge> cartridges) |
void |
ApplicationResource.removeEmbeddedCartridges(Collection<IEmbeddableCartridge> cartridges) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.