Package org.apache.jackrabbit.vault.cli
Class CmdLsAggregate
-
- All Implemented Interfaces:
CliCommand
,ConsoleCommand
public class CmdLsAggregate extends AbstractCmdLs
Implements the 'ls' command.
-
-
Field Summary
-
Fields inherited from class org.apache.jackrabbit.vault.cli.AbstractCmdLs
argPath, F_MASK
-
Fields inherited from interface org.apache.jackrabbit.vault.util.console.CliCommand
OPT_QUIET, OPT_VERBOSE
-
-
Constructor Summary
Constructors Constructor Description CmdLsAggregate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.commons.cli2.option.Command
createCommand()
protected void
formatFile(ConsoleFile file, Table.Row row, int flags)
protected int
getFormatFlags(VaultFsConsoleExecutionContext ctx, org.apache.commons.cli2.CommandLine cl)
-
Methods inherited from class org.apache.jackrabbit.vault.cli.AbstractCmdLs
doExecute, formatDate, formatSize, getShortDescription
-
Methods inherited from class org.apache.jackrabbit.vault.cli.AbstractJcrFsCommand
doExecute
-
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, getExample, 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, getExample, getLongDescription, getName, hasName
-
-
-
-
Method Detail
-
getFormatFlags
protected int getFormatFlags(VaultFsConsoleExecutionContext ctx, org.apache.commons.cli2.CommandLine cl)
- Specified by:
getFormatFlags
in classAbstractCmdLs
-
createCommand
protected org.apache.commons.cli2.option.Command createCommand()
- Specified by:
createCommand
in classAbstractCommand
-
formatFile
protected void formatFile(ConsoleFile file, Table.Row row, int flags)
- Specified by:
formatFile
in classAbstractCmdLs
-
-