Package | Description |
---|---|
org.jboss.as.controller.transform |
Modifier and Type | Method and Description |
---|---|
TransformationTarget.TransformationTargetType |
TransformationTargetImpl.getTargetType() |
TransformationTarget.TransformationTargetType |
TransformationTarget.getTargetType()
Get the type of the target.
|
static TransformationTarget.TransformationTargetType |
TransformationTarget.TransformationTargetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransformationTarget.TransformationTargetType[] |
TransformationTarget.TransformationTargetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static TransformationTargetImpl |
TransformationTargetImpl.create(String hostName,
TransformerRegistry transformerRegistry,
ModelVersion version,
Map<PathAddress,ModelVersion> subsystems,
TransformationTarget.TransformationTargetType type) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.