| Package | Description |
|---|---|
| org.wildfly.swarm.config.runtime.invocation | |
| org.wildfly.swarm.config.runtime.model |
| Modifier and Type | Method and Description |
|---|---|
static AddressTemplate |
Addressing.of(Class<?> entity) |
| Modifier and Type | Method and Description |
|---|---|
AddressTemplate |
AddressTemplate.append(String template)
Appends the specified template to this template and returns a new template.
|
AddressTemplate |
AddressTemplate.lastSubTemplate() |
static AddressTemplate |
AddressTemplate.of(String template) |
AddressTemplate |
AddressTemplate.replaceWildcards(String wildcard,
String... wildcards)
Replaces one or more wildcards with the specified values starting from left to right and returns a new
address template.
|
AddressTemplate |
AddressTemplate.subTemplate(int fromIndex,
int toIndex)
Works like
List.subList(int, int) over the tokens of this template and throws the same exceptions. |
| Modifier and Type | Method and Description |
|---|---|
int |
AddressTemplate.compareTo(AddressTemplate o) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.