Uses of Class
org.fusesource.process.manager.support.command.Command

Packages that use Command
org.fusesource.process.manager.support.command   
 

Uses of Command in org.fusesource.process.manager.support.command
 

Methods in org.fusesource.process.manager.support.command that return Command
 Command Command.addArgs(java.lang.Iterable<java.lang.String> args)
           
 Command Command.addArgs(java.lang.String... args)
           
 Command Command.addEnvironment(java.util.Map<java.lang.String,java.lang.String> environment)
           
 Command Command.addEnvironment(java.lang.String name, java.lang.String value)
           
 Command CommandFailedException.getCommand()
           
 Command Command.setDirectory(java.io.File directory)
           
 Command Command.setDirectory(java.lang.String directory)
           
 Command Command.setSuccessfulExitCodes(int... successfulExitCodes)
           
 Command Command.setSuccessfulExitCodes(java.util.Set<java.lang.Integer> successfulExitCodes)
           
 Command Command.setTimeLimit(double value, java.util.concurrent.TimeUnit timeUnit)
           
 Command Command.setTimeLimit(Duration timeLimit)
           
 

Constructors in org.fusesource.process.manager.support.command with parameters of type Command
CommandFailedException(Command command, int exitCode, java.lang.String output)
           
CommandFailedException(Command command, java.lang.String message, java.lang.Throwable cause)
           
CommandTimeoutException(Command command)
           
 



Copyright © 2013 Red Hat. All Rights Reserved.