| Modifier and Type | Method and Description |
|---|---|
PathElement |
PathAddress.getElement(int index)
Gets the element at the given index.
|
PathElement |
PathAddress.getLastElement()
Gets the last element in the address.
|
static PathElement |
PathElement.pathElement(String key)
Construct a new instance with a wildcard value.
|
static PathElement |
PathElement.pathElement(String key,
String value)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
ListIterator<PathElement> |
PathAddress.iterator()
Iterate over the elements of this path address.
|
| Modifier and Type | Method and Description |
|---|---|
PathAddress |
PathAddress.append(PathElement... additionalElements)
Create a new path address by appending more elements to the end of this address.
|
boolean |
PathElement.equals(PathElement other)
Determine whether this object is equal to another.
|
static PathAddress |
PathAddress.pathAddress(PathAddress parent,
PathElement... elements) |
static PathAddress |
PathAddress.pathAddress(PathElement... elements) |
| 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.
|
static PathAddress |
PathAddress.pathAddress(List<PathElement> elements) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.