Package org.apache.jackrabbit.vault.cli
Class CmdLogin
- 
- All Implemented Interfaces:
- CliCommand,- ConsoleCommand
 
 public class CmdLogin extends AbstractJcrFsCommand Implements the 'mount' command.
- 
- 
Field Summary- 
Fields inherited from interface org.apache.jackrabbit.vault.util.console.CliCommandOPT_QUIET, OPT_VERBOSE
 
- 
 - 
Constructor SummaryConstructors Constructor Description CmdLogin()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.commons.cli2.option.CommandcreateCommand()protected voiddoExecute(VaultFsConsoleExecutionContext ctx, org.apache.commons.cli2.CommandLine cl)StringgetShortDescription()- 
Methods inherited from class org.apache.jackrabbit.vault.cli.AbstractJcrFsCommanddoExecute
 - 
Methods inherited from class org.apache.jackrabbit.vault.util.console.commands.AbstractConsoleCommanddoExecute, execute
 - 
Methods inherited from class org.apache.jackrabbit.vault.util.console.commands.AbstractCommandexecute, getCommand, getExample, getLongDescription, getName, hasName, toString
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.apache.jackrabbit.vault.util.console.CliCommandexecute, getCommand, getExample, getLongDescription, getName, hasName
 
- 
 
- 
- 
- 
Method Detail- 
doExecuteprotected void doExecute(VaultFsConsoleExecutionContext ctx, org.apache.commons.cli2.CommandLine cl) throws Exception - Specified by:
- doExecutein class- AbstractJcrFsCommand
- Throws:
- Exception
 
 - 
getShortDescriptionpublic String getShortDescription() 
 - 
createCommandprotected org.apache.commons.cli2.option.Command createCommand() - Specified by:
- createCommandin class- AbstractCommand
 
 
- 
 
-