org.apache.hadoop.fs
Class ShellCommand

java.lang.Object
  extended by org.apache.hadoop.util.Shell
      extended by org.apache.hadoop.fs.ShellCommand

Deprecated. Use Shell instead.

public abstract class ShellCommand
extends Shell

A base class for running a unix command like du or df.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.util.Shell
Shell.ExitCodeException, Shell.ShellCommandExecutor
 
Field Summary
 
Fields inherited from class org.apache.hadoop.util.Shell
LOG, SET_GROUP_COMMAND, SET_OWNER_COMMAND, SET_PERMISSION_COMMAND, USER_NAME_COMMAND, WINDOWS
 
Constructor Summary
ShellCommand()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.hadoop.util.Shell
execCommand, getExecString, getExitCode, getGET_PERMISSION_COMMAND, getGROUPS_COMMAND, getProcess, getUlimitMemoryCommand, parseExecResult, run, setEnvironment, setWorkingDirectory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShellCommand

public ShellCommand()
Deprecated. 


Copyright © 2008 The Apache Software Foundation