public interface TransformationContext
Modifier and Type | Method and Description |
---|---|
TransformersLogger |
getLogger()
Returns Transformers logger that must be used for reporting any problems with transformation
|
ProcessType |
getProcessType()
Get the type of process in which this operation is executing.
|
ImmutableManagementResourceRegistration |
getResourceRegistration(PathAddress address)
Get the management resource registration.
|
ImmutableManagementResourceRegistration |
getResourceRegistrationFromRoot(PathAddress address)
Get the management resource registration.
|
RunningMode |
getRunningMode()
Gets the running mode of the process.
|
TransformationTarget |
getTarget()
Get the transformation target.
|
boolean |
isSkipRuntimeIgnoreCheck()
Return
true if we should skip the runtime check for slave HCs set up to ignore
domain resources which do not affect their servers |
Resource |
readResource(PathAddress address)
Read a model resource.
|
Resource |
readResourceFromRoot(PathAddress address)
Read a model resource from the root.
|
org.jboss.dmr.ModelNode |
resolveExpressions(org.jboss.dmr.ModelNode node)
Deprecated.
expressions cannot be reliably resolved during transformation
|
TransformationTarget getTarget()
ProcessType getProcessType()
null
RunningMode getRunningMode()
null
ImmutableManagementResourceRegistration getResourceRegistration(PathAddress address)
address
- the path addressImmutableManagementResourceRegistration getResourceRegistrationFromRoot(PathAddress address)
address
- the path addressResource readResource(PathAddress address)
address
- the path addressResource readResourceFromRoot(PathAddress address)
address
- the path address@Deprecated org.jboss.dmr.ModelNode resolveExpressions(org.jboss.dmr.ModelNode node) throws OperationFailedException
node
- the nodeOperationFailedException
TransformersLogger getLogger()
boolean isSkipRuntimeIgnoreCheck()
true
if we should skip the runtime check for slave HCs set up to ignore
domain resources which do not affect their serversCopyright © 2013 JBoss by Red Hat. All rights reserved.