org.apache.karaf.kar.command
Class CreateKarCommand

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.CreateKarCommand
All Implemented Interfaces:
org.apache.karaf.shell.commands.Action, org.apache.karaf.shell.console.BundleContextAware

public class CreateKarCommand
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
CreateKarCommand()
           
 
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

CreateKarCommand

public CreateKarCommand()
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.