Skip navigation links
runtime 0.3.4
A B C E F G H I L M O R S T 

A

add(String, String) - Method in class org.wildfly.config.model.ResourceAddress
 
Address - Annotation Type in org.wildfly.config.runtime
 
ADDRESS_META - Static variable in class org.wildfly.config.invocation.IndexFactory
 
AddressTemplate - Class in org.wildfly.config.model
Wrapper for a DMR address which might contain multiple variable parts.
append(String) - Method in class org.wildfly.config.model.AddressTemplate
Appends the specified template to this template and returns a new template.

B

BINDING_META - Static variable in class org.wildfly.config.invocation.IndexFactory
 

C

collect(String) - Method in interface org.wildfly.config.model.StatementContext
Collects all values matching a key.
collectTuples(String) - Method in interface org.wildfly.config.model.StatementContext
Collects all tuples matching a key.
compareTo(AddressTemplate) - Method in class org.wildfly.config.model.AddressTemplate
 
createIndex(Class<?>) - Static method in class org.wildfly.config.invocation.IndexFactory
Creates an annotation index for the given entity type

E

EntityAdapter<T> - Class in org.wildfly.config.invocation
Adopts DMR to Entity T and vice versa.
EntityAdapter(Class<?>) - Constructor for class org.wildfly.config.invocation.EntityAdapter
 
equals(Object) - Method in class org.wildfly.config.model.AddressTemplate
 

F

fromDMR(String, ModelNode) - Method in class org.wildfly.config.invocation.EntityAdapter
Converts a DMR ModelNode to a java entity of type T.
fromDmr(Object, String, ModelType, Class<?>, ModelNode) - Method in class org.wildfly.config.invocation.ListTypeAdapter
 
fromDmr(Object, String, ModelType, Class<?>, ModelNode) - Method in class org.wildfly.config.invocation.MapTypeAdapter
 
fromDmr(Object, String, ModelType, Class<?>, ModelNode) - Method in class org.wildfly.config.invocation.SimpleTypeAdapter
 
fromEntity(T) - Method in class org.wildfly.config.invocation.EntityAdapter
Converts an entity of type T into a DMR ModelNode
fromEntity(T, ModelNode) - Method in class org.wildfly.config.invocation.EntityAdapter
 

G

get(String) - Method in interface org.wildfly.config.model.StatementContext
Get a value matching the key.
getIndex() - Method in class org.wildfly.config.invocation.EntityAdapter
 
getResourceName() - Method in class org.wildfly.config.model.AddressTemplate
 
getResourceType() - Method in class org.wildfly.config.model.AddressTemplate
Returns the resource type of the last segment for this address template
getTemplate() - Method in class org.wildfly.config.model.AddressTemplate
 
getTuple(String) - Method in interface org.wildfly.config.model.StatementContext
Get a tuple matching the key.

H

hashCode() - Method in class org.wildfly.config.model.AddressTemplate
 

I

Implicit - Annotation Type in org.wildfly.config.runtime
 
IMPLICIT_META - Static variable in class org.wildfly.config.invocation.IndexFactory
 
IndexFactory - Class in org.wildfly.config.invocation
 
IndexFactory() - Constructor for class org.wildfly.config.invocation.IndexFactory
 
isBaseType(Class<?>) - Method in class org.wildfly.config.invocation.EntityAdapter
Is the given class one of the supported ModelNode base classes (String, Long, BigDecimal, etc.)
isBaseTypeAdapter() - Method in class org.wildfly.config.invocation.EntityAdapter
Determine if this is an EntityAdapter for a one of the supported ModelNode base classes (String, Long, BigDecimal, etc).
isOptional() - Method in class org.wildfly.config.model.AddressTemplate
 

L

ListTypeAdapter - Class in org.wildfly.config.invocation
 
ListTypeAdapter() - Constructor for class org.wildfly.config.invocation.ListTypeAdapter
 

M

MapTypeAdapter - Class in org.wildfly.config.invocation
 
MapTypeAdapter() - Constructor for class org.wildfly.config.invocation.MapTypeAdapter
 
marshal(Object) - Static method in class org.wildfly.config.invocation.Marshaller
 
Marshaller - Class in org.wildfly.config.invocation
 
Marshaller() - Constructor for class org.wildfly.config.invocation.Marshaller
 
ModelNodeBinding - Annotation Type in org.wildfly.config.runtime
 
ModelNodeSubresources - Annotation Type in org.wildfly.config.runtime
 

O

of(String) - Static method in class org.wildfly.config.model.AddressTemplate
 
org.wildfly.config.invocation - package org.wildfly.config.invocation
 
org.wildfly.config.model - package org.wildfly.config.model
 
org.wildfly.config.runtime - package org.wildfly.config.runtime
 

R

replaceWildcards(String, String...) - Method in class org.wildfly.config.model.AddressTemplate
Replaces one or more wildcards with the specified values starting from left to right and returns a new address template.
resolve(StatementContext, String...) - Method in class org.wildfly.config.model.AddressTemplate
Resolve this address template against the specified statement context.
resolve(String) - Method in interface org.wildfly.config.model.StatementContext
Resolves a value matching the key.
resolveJavaTypeName(ModelType, ModelNode) - Static method in class org.wildfly.config.invocation.Types
 
resolveModelType(Class<?>) - Static method in class org.wildfly.config.invocation.Types
 
resolveTuple(String) - Method in interface org.wildfly.config.model.StatementContext
Resolves a tuple matching the key.
RESOURCE_TYPE - Static variable in class org.wildfly.config.invocation.IndexFactory
 
ResourceAddress - Class in org.wildfly.config.model
Represents a fully qualified DMR address ready to be put into a DMR operation.
ResourceAddress() - Constructor for class org.wildfly.config.model.ResourceAddress
 
ResourceAddress(ModelNode) - Constructor for class org.wildfly.config.model.ResourceAddress
 
ResourceType - Annotation Type in org.wildfly.config.runtime
 
ROOT - Static variable in class org.wildfly.config.model.ResourceAddress
 

S

SimpleTypeAdapter - Class in org.wildfly.config.invocation
 
SimpleTypeAdapter() - Constructor for class org.wildfly.config.invocation.SimpleTypeAdapter
 
StatementContext - Interface in org.wildfly.config.model
TODO: Semantics of resolve() versus resolve().
Subresource - Annotation Type in org.wildfly.config.runtime
 
SUBRESOURCE_META - Static variable in class org.wildfly.config.invocation.IndexFactory
 
subresourcesFor(Object) - Static method in class org.wildfly.config.invocation.Marshaller
 
subTemplate(int, int) - Method in class org.wildfly.config.model.AddressTemplate
Works like List.subList(int, int) over the tokens of this template and throws the same exceptions.

T

toDmr(ModelNode, String, List) - Method in class org.wildfly.config.invocation.ListTypeAdapter
 
toDmr(ModelNode, String, Map<String, String>) - Method in class org.wildfly.config.invocation.MapTypeAdapter
 
toDmr(ModelNode, String, ModelType, Object) - Method in class org.wildfly.config.invocation.SimpleTypeAdapter
 
tokenLength() - Method in class org.wildfly.config.model.AddressTemplate
 
toString() - Method in class org.wildfly.config.model.AddressTemplate
 
Types<T> - Class in org.wildfly.config.invocation
 
Types() - Constructor for class org.wildfly.config.invocation.Types
 
A B C E F G H I L M O R S T 
Skip navigation links
runtime 0.3.4

Copyright © 2015 JBoss by Red Hat. All rights reserved.