aQute.bnd.build.model.conversions
Class PropertiesConverter

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

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


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

Constructor Detail

PropertiesConverter

public PropertiesConverter()
Method Detail

convert

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

error

public Map<String,String> error(String msg)
Specified by:
error in interface Converter<Map<String,String>,String>


Copyright © 2014 aQute SARL. All rights reserved.