aQute.bnd.build.model.conversions
Class MapFormatter

java.lang.Object
  extended by aQute.bnd.build.model.conversions.MapFormatter
All Implemented Interfaces:
Converter<String,Map<String,String>>

public class MapFormatter
extends Object
implements Converter<String,Map<String,String>>


Constructor Summary
MapFormatter(String listSeparator, Converter<String,? super Map.Entry<String,String>> entryFormatter, String emptyOutput)
           
 
Method Summary
 String convert(Map<String,String> input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapFormatter

public MapFormatter(String listSeparator,
                    Converter<String,? super Map.Entry<String,String>> entryFormatter,
                    String emptyOutput)
Method Detail

convert

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


Copyright © 2013 aQute SARL. All Rights Reserved.