|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjfun.jaskell.shell.ShellFunctions
public class ShellFunctions
This class provides some reusable shell functions.
Constructor Summary | |
---|---|
ShellFunctions()
|
Method Summary | |
---|---|
static Function |
fork(java.io.PrintStream out,
java.io.PrintStream err,
java.lang.String name)
Create a function that can run an operating system command in a sub-process. |
static Function |
fork(java.io.PrintStream out,
java.lang.String name)
Create a function that can run an operating system command in a sub-process. |
static Function |
fork(java.io.PrintWriter out,
java.io.PrintWriter err,
java.lang.String name)
Create a function that can run an operating system command in a sub-process. |
static Function |
fork(java.io.PrintWriter out,
java.lang.String name)
Create a function that can run an operating system command in a sub-process. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShellFunctions()
Method Detail |
---|
public static Function fork(java.io.PrintStream out, java.lang.String name)
out
- the output.name
- the function name.
public static Function fork(java.io.PrintStream out, java.io.PrintStream err, java.lang.String name)
out
- the standard output.err
- the error output.name
- the function name.
public static Function fork(java.io.PrintWriter out, java.lang.String name)
out
- the output.name
- the function name.
public static Function fork(java.io.PrintWriter out, java.io.PrintWriter err, java.lang.String name)
out
- the standard output.err
- the error output.name
- the function name.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |