-
- All Implemented Interfaces:
- org.osgi.service.blueprint.container.Converter
public class PropertiesConverter
extends Object
implements org.osgi.service.blueprint.container.Converter
Custom converter to transform a string into a Properties instance.
(to avoid removing \ from the values as is done by the default blueprint converter)
-
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
boolean |
canConvert(Object from,
org.osgi.service.blueprint.container.ReifiedType type) |
Object |
convert(Object from,
org.osgi.service.blueprint.container.ReifiedType type) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2007-2014 FuseSource, Corp.. All Rights Reserved.