public class ResourceDescriptionAddressProcessor extends Object implements Function<org.jboss.hal.dmr.ResourceAddress,org.jboss.hal.dmr.ResourceAddress>
The following parts of a resource address are modified by this function:
hostserver-groupserver (if it's the 2nd segment of the address)server-config (if it's the 2nd segment of the address)Examples:
/host=master/server-config=server-one → /host=*/server-config=* /host=master/server=server-one/subsystem=data-sources → /host=*/server=*/subsystem=data-sources /server-group=main-server-group → /server-group=* /subsystem=mail/mail-session=foo/server=bar → /subsystem=mail/mail-session=foo/server=bar
| Constructor and Description |
|---|
ResourceDescriptionAddressProcessor() |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.hal.dmr.ResourceAddress |
apply(org.jboss.hal.dmr.ResourceAddress address) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.