Package org.apache.jackrabbit.vault.cli
Class CmdLsJcrFs
- All Implemented Interfaces:
CliCommand,ConsoleCommand
Implements the 'ls' command.
-
Field Summary
Fields inherited from class org.apache.jackrabbit.vault.cli.AbstractCmdLs
argPath, F_MASKFields inherited from interface org.apache.jackrabbit.vault.util.console.CliCommand
OPT_QUIET, OPT_VERBOSE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.commons.cli2.option.Commandprotected voidformatFile(ConsoleFile file, Table.Row row, int flags) protected intgetFormatFlags(VaultFsConsoleExecutionContext ctx, org.apache.commons.cli2.CommandLine cl) Methods inherited from class org.apache.jackrabbit.vault.cli.AbstractCmdLs
doExecute, formatDate, formatSize, getShortDescriptionMethods inherited from class org.apache.jackrabbit.vault.cli.AbstractJcrFsCommand
doExecuteMethods inherited from class org.apache.jackrabbit.vault.util.console.commands.AbstractConsoleCommand
doExecute, executeMethods inherited from class org.apache.jackrabbit.vault.util.console.commands.AbstractCommand
execute, getCommand, getExample, getLongDescription, getName, hasName, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.jackrabbit.vault.util.console.CliCommand
execute, getCommand, getExample, getLongDescription, getName, hasName
-
Constructor Details
-
CmdLsJcrFs
public CmdLsJcrFs()
-
-
Method Details
-
getFormatFlags
protected int getFormatFlags(VaultFsConsoleExecutionContext ctx, org.apache.commons.cli2.CommandLine cl) - Specified by:
getFormatFlagsin classAbstractCmdLs
-
createCommand
protected org.apache.commons.cli2.option.Command createCommand()- Specified by:
createCommandin classAbstractCommand
-
formatFile
- Specified by:
formatFilein classAbstractCmdLs
-