Modifier and Type | Method and Description |
---|---|
Collection<ICartridge> |
IGearGroup.getCartridges()
Returns the cartridges in this gear group resource
|
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 cartridge that may be embedded (added) into an application.
|
class |
StandaloneCartridge
A cartridge that is available on the openshift server.
|
Modifier and Type | Method and Description |
---|---|
<C extends ICartridge> |
LatestVersionQuery.get(Collection<C> cartridges) |
<C extends ICartridge> |
LatestVersionQuery.getAll(Collection<C> cartridges) |
protected <C extends ICartridge> |
LatestVersionQuery.getLatest(Collection<C> matchingCartridges) |
protected abstract <C extends ICartridge> |
StringPropertyQuery.getProperty(C cartridge) |
<C extends ICartridge> |
LatestVersionQuery.matches(C cartridge) |
<C extends ICartridge> |
StringPropertyQuery.matches(C cartridge) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
OpenShiftResourceUtils.toNames(ICartridge... cartridges) |
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedCartridgeResource
A cartridge that is embedded into an application.
|
Modifier and Type | Method and Description |
---|---|
protected ICartridge |
ApplicationResource.getCartridge(String cartridgeName)
Returns the main (standalone) cartrige or one of the embedded cartridges
whose name matches the given param.
|
Modifier and Type | Method and Description |
---|---|
Collection<ICartridge> |
GearGroupResource.getCartridges() |
Modifier and Type | Class and Description |
---|---|
class |
BaseCartridge
A (base) cartridge for an OpenShift application.
|
Modifier and Type | Method and Description |
---|---|
<C extends ICartridge> |
AbstractCartridgeQuery.get(Collection<C> cartridges) |
<C extends ICartridge> |
AbstractCartridgeQuery.getAll(Collection<C> cartridges) |
abstract <C extends ICartridge> |
AbstractCartridgeQuery.matches(C cartridge) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.