| Package | Description |
|---|---|
| org.wildfly.apigen.generator | |
| org.wildfly.apigen.model | |
| org.wildfly.apigen.operations |
| Modifier and Type | Method and Description |
|---|---|
AddressTemplate |
ResourceMetaData.getAddress() |
AddressTemplate |
GeneratorTarget.getSourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratorScope.addGenerated(AddressTemplate address,
org.jboss.forge.roaster.model.source.JavaClassSource javaClass) |
void |
GeneratorScope.addSingleton(AddressTemplate address,
Set<String> names) |
void |
MetaDataTraversal.Applicable.apply(AddressTemplate address,
ResourceDescription desc) |
org.jboss.forge.roaster.model.source.JavaClassSource |
GeneratorScope.getGenerated(AddressTemplate address) |
Optional<Set<String>> |
GeneratorScope.getSingletonMetaData(AddressTemplate address) |
| Constructor and Description |
|---|
GeneratorTarget(AddressTemplate address,
String targetPackage) |
ResourceMetaData(AddressTemplate address,
ResourceDescription desc) |
| 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) |
| Constructor and Description |
|---|
ReadChildTypes(AddressTemplate address) |
ReadDescription(AddressTemplate address) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.