Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
D
G
J
S
V
C
ca
- package ca
ca.unbc.cpsc101
- package ca.unbc.cpsc101
D
DEFAULT_EXEC_PATH
- Static variable in class ca.unbc.cpsc101.
JavaPipe
The default PATH used to search for the java executable.
destroy()
- Method in class ca.unbc.cpsc101.
JavaPipe
This method provides an explicit means by which to release the resources acquired by a JavaPipe.
G
getClassPath()
- Method in class ca.unbc.cpsc101.
JavaPipe
returns the CLASSPATH that is inserted in the environment when starting java for this JavaPipe.
getExecPath()
- Method in class ca.unbc.cpsc101.
JavaPipe
This is the path that is used to locate the
java
executable.
getInputReader()
- Method in class ca.unbc.cpsc101.
JavaPipe
This Reader provides the text that the corresponding process writes on System.out.
getOutputWriter()
- Method in class ca.unbc.cpsc101.
JavaPipe
This Writer provides the text written to it to the corresponding processes’ System.in.
J
JavaPipe
- Class in
ca.unbc.cpsc101
The JavaPipe provides a means to start a separate java program and communicate with its System.in and System.out using Readers and Writers.
JavaPipe(String)
- Constructor for class ca.unbc.cpsc101.
JavaPipe
Sets up, but does not start a JavaPipe.
S
setClassPath(String)
- Method in class ca.unbc.cpsc101.
JavaPipe
set the CLASSPATH environment variable to be used when starting the java process for this JavaPipe.
setExecPath(String)
- Method in class ca.unbc.cpsc101.
JavaPipe
Set the path used to find the
java
executable.
start()
- Method in class ca.unbc.cpsc101.
JavaPipe
creates a java process and connects pipes for communication with it.
V
version
- Static variable in class ca.unbc.cpsc101.
JavaPipe
describes the version of the JavaPipe class.
C
D
G
J
S
V
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes