public class ConverterManagerImpl extends Object implements IConverterManager
| Constructor and Description |
|---|
ConverterManagerImpl(org.osgi.framework.BundleContext bundleContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
addConverter(org.osgi.framework.ServiceReference ref) |
Object |
convert(org.apache.felix.gogo.commands.converter.ReifiedType desiredType,
Object in) |
Object |
convert(Type desiredType,
Object in) |
void |
removeConverter(org.osgi.framework.ServiceReference ref) |
void |
updateConverter(org.osgi.framework.ServiceReference ref) |
public ConverterManagerImpl(org.osgi.framework.BundleContext bundleContext)
public void addConverter(org.osgi.framework.ServiceReference ref)
public void removeConverter(org.osgi.framework.ServiceReference ref)
public void updateConverter(org.osgi.framework.ServiceReference ref)
public Object convert(org.apache.felix.gogo.commands.converter.ReifiedType desiredType, Object in) throws Exception
convert in interface IConverterManagerExceptionCopyright © 2013 OW2 Consortium. All Rights Reserved.