@Taxonomy(stability=UNCOMMITTED)
public class AttributeResolverHelper
extends org.jvnet.hk2.config.VariableResolver
| Constructor and Description |
|---|
AttributeResolverHelper(AMXConfigProxy amx) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getVariableValue(String varName) |
static boolean |
needsResolving(String value)
Return true if the string is a template string of the for ${...}
|
String |
resolve(String in)
Resolve the String using the target resolver (MBean).
|
public AttributeResolverHelper(AMXConfigProxy amx)
protected String getVariableValue(String varName) throws org.jvnet.hk2.config.TranslationException
getVariableValue in class org.jvnet.hk2.config.VariableResolverorg.jvnet.hk2.config.TranslationExceptionpublic static boolean needsResolving(String value)
Copyright © 2017. All rights reserved.