Class OutputStreamOrPath


  • public class OutputStreamOrPath
    extends Object
    Object that holds either an output stream or a path. Used to set up process redirection.
    Author:
    raven
    • Constructor Detail

      • OutputStreamOrPath

        public OutputStreamOrPath​(Path path)
      • OutputStreamOrPath

        public OutputStreamOrPath​(OutputStream OutputStream)
    • Method Detail

      • isPath

        public boolean isPath()
      • getPath

        public Path getPath()
      • isOutputStream

        public boolean isOutputStream()