Uses of Class
org.sonar.api.utils.command.Command

Packages that use Command
org.sonar.api.utils.command   
 

Uses of Command in org.sonar.api.utils.command
 

Methods in org.sonar.api.utils.command that return Command
 Command Command.addArgument(String arg)
           
 Command Command.addArguments(List<String> args)
           
 Command Command.addArguments(String[] args)
           
static Command Command.create(String executable)
          Create a command line without any arguments
 Command CommandException.getCommand()
           
 Command Command.setDirectory(File d)
          Sets working directory.
 Command Command.setEnvironmentVariable(String name, String value)
           
 Command Command.setNewShell(boolean b)
          Set to true if a new shell should be used to execute the command.
 

Methods in org.sonar.api.utils.command with parameters of type Command
 int CommandExecutor.execute(Command command, long timeoutMilliseconds)
          Execute command and display error and output streams in log.
 int CommandExecutor.execute(Command command, StreamConsumer stdOut, StreamConsumer stdErr, long timeoutMilliseconds)
           
 

Constructors in org.sonar.api.utils.command with parameters of type Command
CommandException(Command command, String message, Throwable throwable)
           
CommandException(Command command, Throwable throwable)
           
TimeoutException(Command command, String message, Throwable throwable)
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.