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

Type Parameters:
T - expected type
All Superinterfaces:
ValueCreator<T>

public interface CollectionValueCreator<T>
extends ValueCreator<T>

Create value from collection of attributes.

Author:
Ales Justin

Method Summary
 T createValue(Collection<String> attributes)
          Create value from string attribute.
 
Methods inherited from interface org.jboss.osgi.metadata.internal.ValueCreator
createValue
 

Method Detail

createValue

T createValue(Collection<String> attributes)
Create value from string attribute.

Parameters:
attributes - collection of strings to get value from
Returns:
value


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