aQute.bnd.build.model.conversions
Class ClauseListConverter<R>
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClauseListConverter
public ClauseListConverter(Converter<? extends R,? super Pair<String,Attrs>> itemConverter)
convert
public List<R> convert(String input)
throws IllegalArgumentException
- Specified by:
convert in interface Converter<List<R>,String>
- Throws:
IllegalArgumentException
error
public List<R> error(String msg)
- Specified by:
error in interface Converter<List<R>,String>
Copyright © 2014 aQute SARL. All rights reserved.