org.apache.karaf.shell.wrapper
Class InstallCommand
java.lang.Object
org.apache.karaf.shell.console.AbstractAction
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.
| Fields inherited from class org.apache.karaf.shell.console.AbstractAction |
log, session |
| 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 |
InstallCommand
public InstallCommand()
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.