aQute.bnd.build.model.conversions
Class StringEntryConverter
java.lang.Object
aQute.bnd.build.model.conversions.StringEntryConverter
- All Implemented Interfaces:
- Converter<String,Map.Entry<String,?>>
public class StringEntryConverter
- extends Object
- implements Converter<String,Map.Entry<String,?>>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringEntryConverter
public StringEntryConverter()
convert
public String convert(Map.Entry<String,?> input)
throws IllegalArgumentException
- Specified by:
convert in interface Converter<String,Map.Entry<String,?>>
- Throws:
IllegalArgumentException
error
public String error(String msg)
- Specified by:
error in interface Converter<String,Map.Entry<String,?>>
Copyright © 2014 aQute SARL. All rights reserved.