Class ShellApp
java.lang.Object
org.apache.jackrabbit.vault.util.console.AbstractApplication
org.apache.jackrabbit.vault.util.console.platform.ShellApp
HelloWorldApp...-
Field Summary
Fields inherited from class org.apache.jackrabbit.vault.util.console.AbstractApplication
DEFAULT_CONF_FILENAME, KEY_HOST, KEY_LOGLEVEL, KEY_PATH, KEY_PROMPT, KEY_USER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of this applicationprotected ExecutionContextReturns the name of the shell commandstatic voidMethods inherited from class org.apache.jackrabbit.vault.util.console.AbstractApplication
addApplicationOptions, close, execute, getAppHelpFormatter, getApplicationCLGroup, getCopyrightLine, getEnv, getPomProperties, getProperty, getVersion, getVersionString, init, loadConfig, prepare, printHelp, printVersion, run, saveConfig, setLogLevel, setProperty
-
Constructor Details
-
ShellApp
public ShellApp()
-
-
Method Details
-
getSVNVersion
-
getApplicationName
Description copied from class:AbstractApplicationReturns the name of this application- Specified by:
getApplicationNamein classAbstractApplication- Returns:
- the name of this application
-
getShellCommand
Description copied from class:AbstractApplicationReturns the name of the shell command- Specified by:
getShellCommandin classAbstractApplication- Returns:
- the name of the shell command
-
getDefaultContext
- Specified by:
getDefaultContextin classAbstractApplication
-
getConsole
- Specified by:
getConsolein classAbstractApplication
-
main
-