protected class FsShell.Help
extends org.apache.hadoop.fs.shell.FsCommand
| Modifier and Type | Field and Description | 
|---|---|
static String | 
DESCRIPTION  | 
static String | 
NAME  | 
static String | 
USAGE  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
FsShell.Help()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
processRawArguments(LinkedList<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, getName, getReplacementCommand, getUsage, isDeprecated, isPathRecursable, isRecursive, postProcessPath, processArgument, processArguments, processNonexistentPath, processOptions, processPath, processPathArgument, processPaths, recursePath, run, run, setCommandFactory, setName, setRecursivegetConf, setConfpublic static final String NAME
public static final String USAGE
public static final String DESCRIPTION
protected void processRawArguments(LinkedList<String> args)
org.apache.hadoop.fs.shell.CommandCommand.expandArguments(LinkedList) and pass the resulting list to
 Command.processArguments(LinkedList)processRawArguments in class org.apache.hadoop.fs.shell.FsCommandargs - the list of argument stringsCopyright © 2018 Apache Software Foundation. All Rights Reserved.