aQute.bnd.build.model.conversions
Class PropertiesConverter
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesConverter
public PropertiesConverter()
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.