Class Converters
- java.lang.Object
-
- org.apache.karaf.shell.console.impl.Converters
-
- All Implemented Interfaces:
org.apache.felix.service.command.Converter
public class Converters extends Object implements org.apache.felix.service.command.Converter
-
-
Constructor Summary
Constructors Constructor Description Converters(org.osgi.framework.BundleContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.osgi.framework.Bundlebundle(org.osgi.framework.Bundle i)Objectconvert(Class<?> desiredType, Object in)CharSequenceformat(Object target, int level, org.apache.felix.service.command.Converter converter)
-
-
-
Method Detail
-
bundle
public org.osgi.framework.Bundle bundle(org.osgi.framework.Bundle i)
-
convert
public Object convert(Class<?> desiredType, Object in) throws Exception
- Specified by:
convertin interfaceorg.apache.felix.service.command.Converter- Throws:
Exception
-
format
public CharSequence format(Object target, int level, org.apache.felix.service.command.Converter converter) throws IOException
- Specified by:
formatin interfaceorg.apache.felix.service.command.Converter- Throws:
IOException
-
-