Uses of Class
org.silverpeas.exec.ExternalExecution.Config

Packages that use ExternalExecution.Config
org.silverpeas.exec   
 

Uses of ExternalExecution.Config in org.silverpeas.exec
 

Methods in org.silverpeas.exec that return ExternalExecution.Config
 ExternalExecution.Config ExternalExecution.Config.doNotDisplayErrorTrace()
          Calling this method avoids to log errors thrown during the execution of a command into log handlers of the server.
static ExternalExecution.Config ExternalExecution.Config.init()
          Initializes a config with default values: the code value of a successful exit status is 0 the exception errors are traced by SilverTrace.error(String, String, String)
 ExternalExecution.Config ExternalExecution.Config.successfulExitStatusValueIs(int successfulExitStatusValue)
          Sets the code value of a successful exit status.
 

Methods in org.silverpeas.exec with parameters of type ExternalExecution.Config
static List<String> ExternalExecution.exec(org.apache.commons.exec.CommandLine commandLine, ExternalExecution.Config config)
          Execute the given external command into the context defined by the given ExternalExecution.Config.
 



Copyright © 2016 Silverpeas. All Rights Reserved.