protected class FsShell.Usage 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.Usage() |
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, runAll
displayError, displayError, displayWarning, exitCodeForError, expandArgument, expandArguments, getCommandFactory, getDepth, getDescription, getName, getReplacementCommand, getUsage, isDeprecated, isPathRecursable, isRecursive, postProcessPath, processArgument, processArguments, processNonexistentPath, processOptions, processPath, processPathArgument, processPaths, recursePath, run, setCommandFactory, setName, setRecursive
getConf, setConf
public static final String NAME
public static final String USAGE
public static final String DESCRIPTION
protected FsShell.Usage()
protected void processRawArguments(LinkedList<String> args)
org.apache.hadoop.fs.shell.Command
Command.expandArguments(LinkedList)
and pass the resulting list to
Command.processArguments(LinkedList)
processRawArguments
in class org.apache.hadoop.fs.shell.FsCommand
args
- the list of argument stringsCopyright © 2017 Apache Software Foundation. All Rights Reserved.