| Package | Description |
|---|---|
| org.rhq.core.util.updater |
| Modifier and Type | Field and Description |
|---|---|
static DestinationComplianceMode |
DestinationComplianceMode.BACKWARDS_COMPATIBLE_DEFAULT
This is the default compliance mode to be used in the legacy bundle recipes which do not explicitly set neither
the compliance nor the legacy
manageRootDir attribute. |
| Modifier and Type | Method and Description |
|---|---|
DestinationComplianceMode |
DeploymentProperties.getDestinationCompliance()
Returns the compliance mode of the destination.
|
static DestinationComplianceMode |
DestinationComplianceMode.instanceOrDefault(DestinationComplianceMode compliance)
Use this method to get either the supplied compliance mode or the
default
compliance. |
static DestinationComplianceMode |
DestinationComplianceMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DestinationComplianceMode[] |
DestinationComplianceMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static DestinationComplianceMode |
DestinationComplianceMode.instanceOrDefault(DestinationComplianceMode compliance)
Use this method to get either the supplied compliance mode or the
default
compliance. |
void |
DeploymentProperties.setDestinationCompliance(DestinationComplianceMode compliance) |
| Constructor and Description |
|---|
DeploymentProperties(int deploymentId,
String bundleName,
String bundleVersion,
String description,
DestinationComplianceMode destinationCompliance)
Convenience constructor whose parameters are all the required values that
this object needs.
|
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.