com.ibm.are.platform
Interface Shell

All Known Implementing Classes:
IBMiShell

public interface Shell

The Shell interface defines platform 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).
 

Field Detail

COPYRIGHT

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

See Also:
Constant Field Values
Method Detail

getCLIPath

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

Returns:
The fully qualified path and name of the OS CLI