Pepper  3.6.0
A highly extensible plattform for conversion and manipulationoflinguisticdata.
org.corpus_tools.pepper.cli.OSGiConsole.COMMAND Enum Reference

Public Member Functions

String getName ()
 
String getAbbreviation ()
 
String getParameters ()
 
String getDescription ()
 

Public Attributes

 SS =("ss", "ss", null, "display installed bundles (short status)")
 
 LS
 
 INSTALL
 
 UNINSTALL
 
 START
 
 STOP
 
 INSTALL_START
 
 UPDATE
 
 REMOVE
 
 HELP
 
 EXIT
 

Member Data Documentation

◆ EXIT

org.corpus_tools.pepper.cli.OSGiConsole.COMMAND.EXIT
Initial value:
=("exit", "e",
null, "exits Pepper")

◆ HELP

org.corpus_tools.pepper.cli.OSGiConsole.COMMAND.HELP
Initial value:
=(
"help", "h", null,
"Prints this help.")

◆ INSTALL

org.corpus_tools.pepper.cli.OSGiConsole.COMMAND.INSTALL
Initial value:
=("install", "i", "bundle path",
"install and optionally start bundle from the given URL")

◆ INSTALL_START

org.corpus_tools.pepper.cli.OSGiConsole.COMMAND.INSTALL_START
Initial value:
=("install_start", "is",
"bundle path",
"installs the bundle located at 'bundle path' and starts it")

◆ LS

org.corpus_tools.pepper.cli.OSGiConsole.COMMAND.LS
Initial value:
=("list", "ls", null,
"lists all components")

◆ REMOVE

org.corpus_tools.pepper.cli.OSGiConsole.COMMAND.REMOVE
Initial value:
=(
"remove", "re", "bundle name",
"removes the bundle 'bundle name' from the OSGi context and from plugin folder.")

◆ START

org.corpus_tools.pepper.cli.OSGiConsole.COMMAND.START
Initial value:
=("start", "s", "bundle id",
"start the specified bundle")

◆ STOP

org.corpus_tools.pepper.cli.OSGiConsole.COMMAND.STOP
Initial value:
=("stop", "stop", "bundle id",
"stop the specified bundle")

◆ UNINSTALL

org.corpus_tools.pepper.cli.OSGiConsole.COMMAND.UNINSTALL
Initial value:
=("uninstall", "un",
"bundle id", "uninstall the specified bundle")

◆ UPDATE

org.corpus_tools.pepper.cli.OSGiConsole.COMMAND.UPDATE
Initial value:
=(
"update", "up", "module-path",
"updates the Pepper module, which was installed from 'module path'.")