org.apache.felix.service.command.Converter
public class Converters extends Object implements org.apache.felix.service.command.Converter
Constructor | Description |
---|---|
Converters(org.osgi.framework.BundleContext context) |
Modifier and Type | Method | 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.Converter
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
IOException
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.