Package org.apache.felix.gogo.shell
Class Converters
java.lang.Object
org.apache.felix.gogo.shell.Converters
- All Implemented Interfaces:
org.apache.felix.service.command.Converter
-
Field Summary
Fields inherited from interface org.apache.felix.service.command.Converter
CONVERTER_CLASSES, INSPECT, LINE, PART
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Converters
public Converters(org.osgi.framework.BundleContext context)
-
-
Method Details
-
bundle
public org.osgi.framework.Bundle bundle(org.osgi.framework.Bundle i) -
convert
- Specified by:
convert
in 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:
format
in interfaceorg.apache.felix.service.command.Converter
- Throws:
IOException
-