public class OsgiShell extends OsgiCommandSupport {
SubShell subShell;
@Override
public Object execute(CommandContext context, Object... args) throws Exception {
BrandingSupport branding = new BrandingSupport() {
public String getAbout() {
StringWriter writer = new StringWriter();
PrintWriter out = new RenderWriter(writer);
out.println("For information about @|cyan ServiceMix OSGI|, visit:");