org.apache.felix.gogo.command
Class Basic

java.lang.Object
  extended by org.apache.felix.gogo.command.Basic

public class Basic
extends Object


Constructor Summary
Basic(BundleContext bc)
           
 
Method Summary
 void bundlelevel(boolean set, boolean initial, int level, Bundle[] bundles)
           
 void bundlelevel(Bundle bundle)
           
 void frameworklevel()
           
 void frameworklevel(int level)
           
 void headers(Bundle[] bundles)
           
 void help()
           
 void help(String name)
           
 void inspect(String type, String direction, Bundle[] bundles)
           
 void install(String[] urls)
           
 void lb(boolean showLoc, boolean showSymbolic, boolean showUpdate)
           
 void lb(boolean showLoc, boolean showSymbolic, boolean showUpdate, String pattern)
           
 void log(int maxEntries, String logLevel)
           
 void log(String logLevel)
           
 void refresh(Bundle[] bundles)
           
 void resolve(Bundle[] bundles)
           
 void start(boolean trans, boolean policy, String[] ss)
           
 void stop(boolean trans, Bundle[] bundles)
           
 void uninstall(Bundle[] bundles)
           
 void update(Bundle bundle)
           
 void update(Bundle bundle, String location)
           
 void which(Bundle bundle, String className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Basic

public Basic(BundleContext bc)
Method Detail

bundlelevel

public void bundlelevel(Bundle bundle)

bundlelevel

public void bundlelevel(boolean set,
                        boolean initial,
                        int level,
                        Bundle[] bundles)

frameworklevel

public void frameworklevel()

frameworklevel

public void frameworklevel(int level)

headers

public void headers(Bundle[] bundles)

help

public void help()

help

public void help(String name)

inspect

public void inspect(String type,
                    String direction,
                    Bundle[] bundles)

install

public void install(String[] urls)

lb

public void lb(boolean showLoc,
               boolean showSymbolic,
               boolean showUpdate)

lb

public void lb(boolean showLoc,
               boolean showSymbolic,
               boolean showUpdate,
               String pattern)

log

public void log(String logLevel)

log

public void log(int maxEntries,
                String logLevel)

refresh

public void refresh(Bundle[] bundles)

resolve

public void resolve(Bundle[] bundles)

start

public void start(boolean trans,
                  boolean policy,
                  String[] ss)

stop

public void stop(boolean trans,
                 Bundle[] bundles)

uninstall

public void uninstall(Bundle[] bundles)

update

public void update(Bundle bundle)

update

public void update(Bundle bundle,
                   String location)

which

public void which(Bundle bundle,
                  String className)


Copyright © 2011 Apache Software Foundation. All Rights Reserved.