| Package | Description |
|---|---|
| org.wildfly.swarm.config.runtime.model |
| Modifier and Type | Method and Description |
|---|---|
AddressTemplate |
AddressTemplate.append(String template)
Appends the specified template to this template and returns a new template.
|
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 © 2015 JBoss by Red Hat. All rights reserved.