|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.osgi.metadata.internal.NativeCodeAttributeListValueCreator
public class NativeCodeAttributeListValueCreator
Create path attribute list from string attribute for Native Code manifest header. The Native Code header is specific in that it allows duplicate attributes.
| Constructor Summary | |
|---|---|
NativeCodeAttributeListValueCreator()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NativeCodeAttributeListValueCreator()
| Method Detail |
|---|
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 string
public T createValue(String attribute)
ValueCreator
createValue in interface ValueCreator<T>attribute - string to get value from
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||