Class OutputStreamOrPath
java.lang.Object
org.aksw.commons.io.process.pipe.OutputStreamOrPath
Object that holds either an output stream or a path.
Used to set up process redirection.
- Author:
- raven
-
Field Details
-
path
-
OutputStream
-
-
Constructor Details
-
OutputStreamOrPath
-
OutputStreamOrPath
-
-
Method Details
-
isPath
public boolean isPath() -
getPath
-
isOutputStream
public boolean isOutputStream() -
getOutputStream
-