Package org.apache.hadoop.fs.shell
Class TouchCommands
java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.hadoop.fs.shell.Command
org.apache.hadoop.fs.shell.FsCommand
org.apache.hadoop.fs.shell.TouchCommands
- All Implemented Interfaces:
Configurable
- Direct Known Subclasses:
TouchCommands.Touch,TouchCommands.Touchz
Unix touch like commands
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA UNIX like touch command.static class(Re)create zero-length file at the specified path. -
Field Summary
Fields inherited from class org.apache.hadoop.fs.shell.Command
args, COMMAND_DESCRIPTION_FIELD, COMMAND_NAME_FIELD, COMMAND_USAGE_FIELD, err, exceptions, exitCode, name, numErrors, out, recursive -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.hadoop.fs.shell.FsCommand
getCommandName, processRawArguments, run, runAllMethods inherited from class org.apache.hadoop.fs.shell.Command
displayError, 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, setRecursiveMethods inherited from class org.apache.hadoop.conf.Configured
getConf, setConf
-
Constructor Details
-
TouchCommands
public TouchCommands()
-
-
Method Details
-
registerCommands
-