Package | Description |
---|---|
com.openshift.client.cartridge | |
com.openshift.internal.client | |
com.openshift.internal.client.cartridge | |
com.openshift.internal.client.response |
Modifier and Type | Method and Description |
---|---|
CartridgeType |
StandaloneCartridge.getType() |
CartridgeType |
EmbeddableCartridge.getType() |
CartridgeType |
ICartridge.getType() |
Modifier and Type | Method and Description |
---|---|
CartridgeType |
EmbeddedCartridgeResource.getType() |
CartridgeType |
StandaloneCartridgeResource.getType() |
static CartridgeType |
CartridgeType.safeValueOf(String type) |
static CartridgeType |
CartridgeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CartridgeType[] |
CartridgeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
StandaloneCartridgeResource(String name,
String displayName,
String description,
URL url,
CartridgeType cartridgeType,
boolean obsolete,
ApplicationResource application,
IRestService service,
Map<String,Link> links,
Messages messages) |
Modifier and Type | Method and Description |
---|---|
CartridgeType |
BaseCartridge.getType() |
Modifier and Type | Method and Description |
---|---|
CartridgeType |
CartridgeResourceDTO.getType() |
Constructor and Description |
---|
CartridgeResourceDTO(String name,
CartridgeType type,
boolean obsolete,
CartridgeResourceProperties properties) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.