| Package | Description |
|---|---|
| org.jboss.as.controller | |
| org.jboss.as.controller.parsing | |
| org.jboss.as.controller.transform |
| Modifier and Type | Method and Description |
|---|---|
RunningMode |
RunningModeControl.getRunningMode() |
RunningMode |
OperationContext.getRunningMode()
Gets the running mode of the process.
|
RunningMode |
ExtensionContext.getRunningMode()
Gets the current running mode of the process.
|
static RunningMode |
RunningMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunningMode[] |
RunningMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RunningModeControl.setRunningMode(RunningMode runningMode) |
| Constructor and Description |
|---|
RunningModeControl(RunningMode initialMode) |
| Modifier and Type | Method and Description |
|---|---|
RunningMode |
ExtensionParsingContext.getRunningMode()
Gets the current running mode of the process.
|
| Modifier and Type | Method and Description |
|---|---|
RunningMode |
Transformers.TransformationInputs.getRunningMode()
Gets the process' running mode at the time this object was created.
|
RunningMode |
TransformationContext.getRunningMode()
Gets the running mode of the process.
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceTransformationContext |
Transformers.Factory.create(TransformationTarget target,
Resource model,
ImmutableManagementResourceRegistration registration,
ExpressionResolver resolver,
RunningMode runningMode,
ProcessType type,
TransformerOperationAttachment attachment)
Creates a ResourceTransformationContext
|
static ResourceTransformationContext |
Transformers.Factory.create(TransformationTarget target,
Resource model,
ImmutableManagementResourceRegistration registration,
ExpressionResolver resolver,
RunningMode runningMode,
ProcessType type,
TransformerOperationAttachment attachment,
Transformers.ResourceIgnoredTransformationRegistry ignoredTransformationRegistry)
Creates a ResourceTransformationContext
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.