| Modifier and Type | Field and Description |
|---|---|
static PathAddress |
PathAddress.EMPTY_ADDRESS
An empty address.
|
| Modifier and Type | Method and Description |
|---|---|
PathAddress |
PathAddress.append(List<PathElement> additionalElements)
Create a new path address by appending more elements to the end of this address.
|
PathAddress |
PathAddress.append(PathAddress address)
Create a new path address by appending more elements to the end of this address.
|
PathAddress |
PathAddress.append(PathElement... additionalElements)
Create a new path address by appending more elements to the end of this address.
|
PathAddress |
PathAddress.append(String key) |
PathAddress |
PathAddress.append(String key,
String value) |
PathAddress |
PathAddress.getParent() |
static PathAddress |
PathAddress.parseCLIStyleAddress(String address) |
static PathAddress |
PathAddress.pathAddress(List<PathElement> elements) |
static PathAddress |
PathAddress.pathAddress(org.jboss.dmr.ModelNode node)
Creates a PathAddress from the given ModelNode address.
|
static PathAddress |
PathAddress.pathAddress(PathAddress parent,
PathElement... elements) |
static PathAddress |
PathAddress.pathAddress(PathElement... elements) |
static PathAddress |
PathAddress.pathAddress(String key,
String value) |
PathAddress |
PathAddress.subAddress(int start)
Get a portion of this address using segments starting at
start (inclusive). |
PathAddress |
PathAddress.subAddress(int start,
int end)
Get a portion of this address using segments between
start (inclusive) and end (exclusive). |
| Modifier and Type | Method and Description |
|---|---|
PathAddress |
PathAddress.append(PathAddress address)
Create a new path address by appending more elements to the end of this address.
|
boolean |
PathAddress.equals(PathAddress other)
Determine whether this object is equal to another.
|
static ResourceDescription |
ResourceDescription.fromModelNode(PathAddress pathElements,
org.jboss.dmr.ModelNode node,
Map<String,Capability> capabilities) |
static PathAddress |
PathAddress.pathAddress(PathAddress parent,
PathElement... elements) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.