public class ResolverTools extends Object
| Constructor and Description |
|---|
ResolverTools() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends VariableResolverFactory> |
appendFactory(VariableResolverFactory root,
T newFactory)
Based on a root factory, append the new factory to the end of the chain.
|
static <T extends VariableResolverFactory> |
insertFactory(VariableResolverFactory root,
T newFactory)
Based on the root factory, insert the new factory right after the root, and before any other in the chain.
|
public static <T extends VariableResolverFactory> T appendFactory(VariableResolverFactory root, T newFactory)
root - The root factorynewFactory - The new factorypublic static <T extends VariableResolverFactory> T insertFactory(VariableResolverFactory root, T newFactory)
root - The root factorynewFactory - The new factoryCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.