Java™ Platform
Standard Ed. 6

Uses of Class
java.lang.ProcessBuilder

Packages that use ProcessBuilder
java.lang Provides classes that are fundamental to the design of the Java programming language. 
 

Uses of ProcessBuilder in java.lang
 

Methods in java.lang that return ProcessBuilder
 ProcessBuilder ProcessBuilder.command(List<String> command)
          Sets this process builder's operating system program and arguments.
 ProcessBuilder ProcessBuilder.command(String... command)
          Sets this process builder's operating system program and arguments.
 ProcessBuilder ProcessBuilder.directory(File directory)
          Sets this process builder's working directory.
 ProcessBuilder ProcessBuilder.redirectErrorStream(boolean redirectErrorStream)
          Sets this process builder's redirectErrorStream property.
 


Java™ Platform
Standard Ed. 6

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.