|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.conf.Configured
org.apache.hadoop.fs.shell.Command
org.apache.hadoop.fs.shell.FsCommand
org.apache.hadoop.fs.FsShell.Help
protected class FsShell.Help
Displays short usage of commands sans the long description
Field Summary | |
---|---|
static String |
DESCRIPTION
|
static String |
NAME
|
static String |
USAGE
|
Fields inherited from class org.apache.hadoop.fs.shell.Command |
---|
args, err, exceptions, exitCode, name, numErrors, out, recursive |
Constructor Summary | |
---|---|
protected |
FsShell.Help()
|
Method Summary | |
---|---|
protected void |
processRawArguments(LinkedList<String> args)
Allows commands that don't use paths to handle the raw arguments. |
Methods inherited from class org.apache.hadoop.fs.shell.FsCommand |
---|
getCommandName, registerCommands, run, runAll |
Methods inherited from class org.apache.hadoop.fs.shell.Command |
---|
displayError, displayError, displayWarning, exitCodeForError, expandArgument, expandArguments, getDepth, getDescription, getName, getReplacementCommand, getUsage, isDeprecated, isRecursive, postProcessPath, processArgument, processArguments, processNonexistentPath, processOptions, processPath, processPathArgument, processPaths, recursePath, run, setName, setRecursive |
Methods inherited from class org.apache.hadoop.conf.Configured |
---|
getConf, setConf |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String NAME
public static final String USAGE
public static final String DESCRIPTION
Constructor Detail |
---|
protected FsShell.Help()
Method Detail |
---|
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.Command
args
- the list of argument strings
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |