aQute.bnd.build.model.conversions
Class StringEntryConverter

java.lang.Object
  extended by 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,?>>


Constructor Summary
StringEntryConverter()
           
 
Method Summary
 String convert(Map.Entry<String,?> input)
           
 String error(String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringEntryConverter

public StringEntryConverter()
Method Detail

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.