public class Converters extends BaseConverters
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) |
isFunctional, isObjectMethod, isStatic
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.Converter
convert
in class BaseConverters
Exception
public CharSequence format(Object target, int level, org.apache.felix.service.command.Converter converter) throws IOException
format
in interface org.apache.felix.service.command.Converter
format
in class BaseConverters
IOException
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.