|
OpenShift Java Client 2.5.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ICartridge in com.openshift.client |
---|
Methods in com.openshift.client that return types with arguments of type ICartridge | |
---|---|
Collection<ICartridge> |
IGearGroup.getCartridges()
Returns the cartridges in this gear group resource |
Uses of ICartridge in com.openshift.client.cartridge |
---|
Subinterfaces of ICartridge in com.openshift.client.cartridge | |
---|---|
interface |
IEmbeddableCartridge
|
interface |
IEmbeddedCartridge
Interface to designate a cartridge that has been added and configured |
interface |
IStandaloneCartridge
|
Classes in com.openshift.client.cartridge that implement ICartridge | |
---|---|
class |
EmbeddableCartridge
An cartridge that may be embedded (added) into an application. |
class |
StandaloneCartridge
A cartridge that is available on the openshift server. |
Uses of ICartridge in com.openshift.client.cartridge.selector |
---|
Methods in com.openshift.client.cartridge.selector with type parameters of type ICartridge | ||
---|---|---|
|
LatestVersionQuery.get(Collection<C> cartridges)
|
|
|
LatestVersionQuery.getAll(Collection<C> cartridges)
|
|
protected
|
LatestVersionQuery.getLatest(Collection<C> matchingCartridges)
|
|
protected abstract
|
StringPropertyQuery.getProperty(C cartridge)
|
|
|
StringPropertyQuery.matches(C cartridge)
|
|
|
LatestVersionQuery.matches(C cartridge)
|
Uses of ICartridge in com.openshift.client.utils |
---|
Methods in com.openshift.client.utils with parameters of type ICartridge | |
---|---|
static List<String> |
OpenShiftResourceUtils.toNames(ICartridge... cartridges)
|
Uses of ICartridge in com.openshift.internal.client |
---|
Classes in com.openshift.internal.client that implement ICartridge | |
---|---|
class |
EmbeddedCartridgeResource
A cartridge that is embedded into an application. |
Methods in com.openshift.internal.client that return ICartridge | |
---|---|
protected ICartridge |
ApplicationResource.getCartridge(String cartridgeName)
Returns the main (standalone) cartrige or one of the embedded cartridges whose name matches the given param. |
Methods in com.openshift.internal.client that return types with arguments of type ICartridge | |
---|---|
Collection<ICartridge> |
GearGroupResource.getCartridges()
|
Uses of ICartridge in com.openshift.internal.client.cartridge |
---|
Classes in com.openshift.internal.client.cartridge that implement ICartridge | |
---|---|
class |
BaseCartridge
A (base) cartridge for an OpenShift application. |
Methods in com.openshift.internal.client.cartridge with type parameters of type ICartridge | ||
---|---|---|
|
AbstractCartridgeQuery.get(Collection<C> cartridges)
|
|
|
AbstractCartridgeQuery.getAll(Collection<C> cartridges)
|
|
abstract
|
AbstractCartridgeQuery.matches(C cartridge)
|
|
OpenShift Java Client 2.5.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |