| Class | Description |
|---|---|
| Customization |
All Customizations must extend this class.
|
| CustomizationHelper | Deprecated
Use the static methods on
Customization instead. |
| EnvValueActionsCustomization | |
| EnvValueCustomization | Deprecated
use EnvValueActionsCustomizationType instead
|
| FindAndReplaceCustomization |
Customization for modifying environment values by doing string substitutions.
|
| ReferenceCustomization |
Customization for mapping references found in resources to other references.
|
| Exception | Description |
|---|---|
| CustomizationException |
Base class got all customization exceptions.
|
| CustomizationValidationException |
Exception thrown when the customization xml is invalid.
|
| UnknownCustomizationTypeException |
Exception thrown when trying to parse an unknown customization type.
|