org.jboss.osgi.metadata.internal
Interface ValueCreator<T>

Type Parameters:
T - expected type
All Known Subinterfaces:
CollectionValueCreator<T>
All Known Implementing Classes:
NativeCodeAttributeListValueCreator

public interface ValueCreator<T>

Create value from attribute.

Author:
Ales Justin

Method Summary
 T createValue(String attribute)
          Create value from string attribute.
 

Method Detail

createValue

T createValue(String attribute)
Create value from string attribute.

Parameters:
attribute - string to get value from
Returns:
value


Copyright © 2012 JBoss by Red Hat. All Rights Reserved.