aQute.bnd.build.model.conversions
Class ClauseListConverter<R>

java.lang.Object
  extended by aQute.bnd.build.model.conversions.ClauseListConverter<R>
All Implemented Interfaces:
Converter<List<R>,String>
Direct Known Subclasses:
HeaderClauseListConverter, RequirementListConverter

public class ClauseListConverter<R>
extends Object
implements Converter<List<R>,String>


Constructor Summary
ClauseListConverter(Converter<? extends R,? super Pair<String,Attrs>> itemConverter)
           
 
Method Summary
 List<R> convert(String input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClauseListConverter

public ClauseListConverter(Converter<? extends R,? super Pair<String,Attrs>> itemConverter)
Method Detail

convert

public List<R> convert(String input)
                throws IllegalArgumentException
Specified by:
convert in interface Converter<List<R>,String>
Throws:
IllegalArgumentException


Copyright © 2013 aQute SARL. All Rights Reserved.