Class CmdLs
- java.lang.Object
-
- org.apache.jackrabbit.vault.util.console.commands.AbstractCommand
-
- org.apache.jackrabbit.vault.util.console.commands.AbstractConsoleCommand
-
- org.apache.jackrabbit.vault.util.console.platform.CmdLs
-
- All Implemented Interfaces:
CliCommand,ConsoleCommand
public class CmdLs extends AbstractConsoleCommand
CmdLs...
-
-
Field Summary
-
Fields inherited from interface org.apache.jackrabbit.vault.util.console.CliCommand
OPT_QUIET, OPT_VERBOSE
-
-
Constructor Summary
Constructors Constructor Description CmdLs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.commons.cli2.option.CommandcreateCommand()protected voiddoExecute(ConsoleExecutionContext ctx, org.apache.commons.cli2.CommandLine cl)StringgetExample()StringgetShortDescription()-
Methods inherited from class org.apache.jackrabbit.vault.util.console.commands.AbstractConsoleCommand
doExecute, execute
-
Methods inherited from class org.apache.jackrabbit.vault.util.console.commands.AbstractCommand
execute, getCommand, getLongDescription, getName, hasName, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.jackrabbit.vault.util.console.CliCommand
execute, getCommand, getLongDescription, getName, hasName
-
-
-
-
Method Detail
-
doExecute
protected void doExecute(ConsoleExecutionContext ctx, org.apache.commons.cli2.CommandLine cl) throws Exception
- Specified by:
doExecutein classAbstractConsoleCommand- Throws:
Exception
-
getShortDescription
public String getShortDescription()
-
getExample
public String getExample()
- Specified by:
getExamplein interfaceCliCommand- Overrides:
getExamplein classAbstractCommand
-
createCommand
protected org.apache.commons.cli2.option.Command createCommand()
- Specified by:
createCommandin classAbstractCommand
-
-