public class NativeCodeAttributeListValueCreator extends Object
Constructor and Description |
---|
NativeCodeAttributeListValueCreator() |
Modifier and Type | Method and Description |
---|---|
T |
createValue(String attribute)
Create value from string attribute.
|
protected void |
parseAttribute(String attribute,
List<ParameterizedAttribute> list,
boolean trace)
Use appropriate JavaCC parsing util.
|
List<ParameterizedAttribute> |
useString(String attribute)
Use this method on non-null trimmed string.
|
protected void parseAttribute(String attribute, List<ParameterizedAttribute> list, boolean trace)
attribute
- string value to parselist
- data holder listtrace
- log tracepublic List<ParameterizedAttribute> useString(String attribute)
attribute
- non-null trimmed stringpublic T createValue(String attribute)
ValueCreator
createValue
in interface ValueCreator<T>
attribute
- string to get value fromCopyright © 2013 JBoss by Red Hat. All rights reserved.