org.apache.karaf.shell.dev
Class Watch

java.lang.Object
  extended by org.apache.karaf.shell.console.AbstractAction
      extended by org.apache.karaf.shell.console.OsgiCommandSupport
          extended by org.apache.karaf.shell.dev.Watch
All Implemented Interfaces:
Action, BundleContextAware

public class Watch
extends OsgiCommandSupport


Field Summary
protected  boolean list
           
protected  boolean remove
           
protected  boolean start
           
protected  boolean stop
           
 
Fields inherited from class org.apache.karaf.shell.console.OsgiCommandSupport
bundleContext, usedReferences
 
Fields inherited from class org.apache.karaf.shell.console.AbstractAction
log, session
 
Constructor Summary
Watch()
           
 
Method Summary
protected  java.lang.Object doExecute()
           
 BundleWatcher getWatcher()
           
 void setWatcher(BundleWatcher watcher)
           
 
Methods inherited from class org.apache.karaf.shell.console.OsgiCommandSupport
execute, getAllServices, getBundleContext, getService, setBundleContext, ungetServices
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

protected boolean start

stop

protected boolean stop

remove

protected boolean remove

list

protected boolean list
Constructor Detail

Watch

public Watch()
Method Detail

doExecute

protected java.lang.Object doExecute()
                              throws Exception
Specified by:
doExecute in class AbstractAction
Throws:
Exception

getWatcher

public BundleWatcher getWatcher()

setWatcher

public void setWatcher(BundleWatcher watcher)


Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.