Uses of Class
org.sonar.process.monitor.JavaCommand

Packages that use JavaCommand
org.sonar.process.monitor   
 

Uses of JavaCommand in org.sonar.process.monitor
 

Methods in org.sonar.process.monitor that return JavaCommand
 JavaCommand JavaCommand.addClasspath(String s)
           
 JavaCommand JavaCommand.addJavaOption(String s)
           
 JavaCommand JavaCommand.addJavaOptions(String s)
           
 JavaCommand JavaCommand.setArgument(String key, String value)
           
 JavaCommand JavaCommand.setArguments(Properties args)
           
 JavaCommand JavaCommand.setClassName(String className)
           
 JavaCommand JavaCommand.setEnvVariable(String key, String value)
           
 JavaCommand JavaCommand.setTempDir(File tempDir)
           
 JavaCommand JavaCommand.setWorkDir(File workDir)
           
 

Method parameters in org.sonar.process.monitor with type arguments of type JavaCommand
 void Monitor.start(List<JavaCommand> commands)
          Starts commands and blocks current thread until all processes are in state Lifecycle.State.STARTED.
 



Copyright © 2009–2015 SonarSource. All rights reserved.