Configurableprotected class FsShell.Help extends FsCommand
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
DESCRIPTION |
|
static java.lang.String |
NAME |
|
static java.lang.String |
USAGE |
args, COMMAND_DESCRIPTION_FIELD, COMMAND_NAME_FIELD, COMMAND_USAGE_FIELD, err, exceptions, exitCode, name, numErrors, out, recursive| Modifier | Constructor | Description |
|---|---|---|
protected |
Help() |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
processRawArguments(java.util.LinkedList<java.lang.String> args) |
Allows commands that don't use paths to handle the raw arguments.
|
getCommandName, registerCommands, run, runAlldisplayError, displayError, displayWarning, exitCodeForError, expandArgument, expandArguments, getCommandFactory, getDepth, getDescription, getListingGroupSize, getName, getReplacementCommand, getUsage, isDeprecated, isPathRecursable, isRecursive, isSorted, postProcessPath, processArgument, processArguments, processNonexistentPath, processOptions, processPath, processPathArgument, processPaths, processPaths, recursePath, run, run, setCommandFactory, setName, setRecursivegetConf, setConfpublic static final java.lang.String NAME
public static final java.lang.String USAGE
public static final java.lang.String DESCRIPTION
protected void processRawArguments(java.util.LinkedList<java.lang.String> args)
CommandCommand.expandArguments(LinkedList) and pass the resulting list to
Command.processArguments(LinkedList)processRawArguments in class FsCommandargs - the list of argument stringsCopyright © 2008–2025 Apache Software Foundation. All rights reserved.