org.apache.karaf.shell.wrapper
Class InstallCommand

java.lang.Object
  extended by org.apache.karaf.shell.console.AbstractAction
      extended by org.apache.karaf.shell.wrapper.InstallCommand
All Implemented Interfaces:
org.apache.felix.gogo.commands.Action

public class InstallCommand
extends org.apache.karaf.shell.console.AbstractAction

Installs this Karaf instance as a service in your operating systems.


Field Summary
 
Fields inherited from class org.apache.karaf.shell.console.AbstractAction
log, session
 
Constructor Summary
InstallCommand()
           
 
Method Summary
protected  Object doExecute()
           
 String getDescription()
           
 String getDisplayName()
           
 String getName()
           
 String getStartType()
           
 void setDescription(String description)
           
 void setDisplayName(String displayName)
           
 void setName(String name)
           
 void setStartType(String startType)
           
 
Methods inherited from class org.apache.karaf.shell.console.AbstractAction
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstallCommand

public InstallCommand()
Method Detail

doExecute

protected Object doExecute()
                    throws Exception
Specified by:
doExecute in class org.apache.karaf.shell.console.AbstractAction
Throws:
Exception

getName

public String getName()

setName

public void setName(String name)

getDisplayName

public String getDisplayName()

setDisplayName

public void setDisplayName(String displayName)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getStartType

public String getStartType()

setStartType

public void setStartType(String startType)


Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.