com.ibm.are.platform.impl
Class IBMiShell

java.lang.Object
  extended by com.ibm.are.platform.impl.IBMiShell
All Implemented Interfaces:
Shell

public class IBMiShell
extends java.lang.Object
implements Shell

The IBMiShell interface defines IBM i shell operations that must be implemented for any platform where ARE runs.

Version:
1.0
Author:
IBM

Field Summary
static java.lang.String COPYRIGHT
          Copyright for class bytecode
 
Method Summary
 java.io.File getCLIPath()
          Get the fully qualified path and name of the operating system command line interpreter (CLI).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright for class bytecode

See Also:
Constant Field Values
Method Detail

getCLIPath

public java.io.File getCLIPath()
Get the fully qualified path and name of the operating system command line interpreter (CLI).

Specified by:
getCLIPath in interface Shell
Returns:
For IBM i, the return value is /usr/bin/sh