public class Converters extends Object implements org.apache.felix.service.command.Converter
| Constructor and Description |
|---|
Converters(org.osgi.framework.BundleContext context) |
| Modifier and Type | Method and Description |
|---|---|
org.osgi.framework.Bundle |
bundle(org.osgi.framework.Bundle i) |
Object |
convert(Class<?> desiredType,
Object in) |
CharSequence |
format(Object target,
int level,
org.apache.felix.service.command.Converter converter) |
public org.osgi.framework.Bundle bundle(org.osgi.framework.Bundle i)
public Object convert(Class<?> desiredType, Object in) throws Exception
convert in interface org.apache.felix.service.command.ConverterExceptionpublic CharSequence format(Object target, int level, org.apache.felix.service.command.Converter converter) throws IOException
format in interface org.apache.felix.service.command.ConverterIOExceptionCopyright © 2006–2020 The Apache Software Foundation. All rights reserved.