org.apache.karaf.kar.command
Class UninstallKarCommand

java.lang.Object
  extended by org.apache.karaf.shell.console.AbstractAction
      extended by org.apache.karaf.shell.console.OsgiCommandSupport
          extended by org.apache.karaf.kar.command.KarCommandSupport
              extended by org.apache.karaf.kar.command.UninstallKarCommand
All Implemented Interfaces:
org.apache.karaf.shell.commands.Action, org.apache.karaf.shell.console.BundleContextAware

public class UninstallKarCommand
extends KarCommandSupport


Field Summary
 
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
UninstallKarCommand()
           
 
Method Summary
 Object doExecute()
           
 
Methods inherited from class org.apache.karaf.kar.command.KarCommandSupport
getKarService, setKarService
 
Methods inherited from class org.apache.karaf.shell.console.OsgiCommandSupport
execute, getAllServices, getBundleContext, getService, getService, setBundleContext, ungetServices
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UninstallKarCommand

public UninstallKarCommand()
Method Detail

doExecute

public Object doExecute()
                 throws Exception
Specified by:
doExecute in class KarCommandSupport
Throws:
Exception


Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.