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.
|
TransformationTarget getTarget()
ProcessType getProcessType()
nullRunningMode getRunningMode()
nullImmutableManagementResourceRegistration 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 addressTransformersLogger 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 © 2015 JBoss by Red Hat. All rights reserved.