Package | Description |
---|---|
com.openshift.client.cartridge | |
com.openshift.client.cartridge.selector | |
com.openshift.internal.client |
Modifier and Type | Interface and Description |
---|---|
interface |
IEmbeddableCartridge |
interface |
IEmbeddedCartridge
Interface to designate a cartridge that has been added and configured
|
interface |
IStandaloneCartridge |
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 ICartridge> |
LatestVersionSelector.get(Collection<C> cartridges) |
protected <C extends ICartridge> |
LatestVersionSelector.getLatest(Collection<C> matchingCartridges) |
<C extends ICartridge> |
LatestVersionSelector.matches(C cartridge) |
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedCartridgeResource
A cartridge that may be embedded into an application.
|
class |
StandaloneCartridge
A cartridge that is available on the openshift server.
|
Modifier and Type | Method and Description |
---|---|
protected <C extends ICartridge> |
AbstractCartridgeSelector.getAllMatching(Collection<C> cartridges) |
abstract <C extends ICartridge> |
AbstractCartridgeSelector.matches(C cartridge) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.