Package | Description |
---|---|
edu.internet2.middleware.grouperInstaller.util |
Modifier and Type | Method and Description |
---|---|
static GrouperInstallerUtils.CommandResult |
GrouperInstallerUtils.execCommand(String[] arguments,
boolean printProgress)
This will execute a command (with args).
|
static GrouperInstallerUtils.CommandResult |
GrouperInstallerUtils.execCommand(String[] arguments,
boolean exceptionOnExitValueNeZero,
boolean printProgress)
This will execute a command (with args).
|
static GrouperInstallerUtils.CommandResult |
GrouperInstallerUtils.execCommand(String[] arguments,
boolean exceptionOnExitValueNeZero,
boolean waitFor,
boolean printProgress)
This will execute a command (with args).
|
static GrouperInstallerUtils.CommandResult |
GrouperInstallerUtils.execCommand(String[] arguments,
boolean exceptionOnExitValueNeZero,
boolean waitFor,
String[] envVariables,
File workingDirectory,
String outputFilePrefix,
boolean printProgress)
This will execute a command (with args).
|
static GrouperInstallerUtils.CommandResult |
GrouperInstallerUtils.execCommand(String[] arguments,
boolean exceptionOnExitValueNeZero,
boolean waitFor,
String[] envVariables,
File workingDirectory,
String outputFilePrefix,
boolean printOutputErrorAsReceived,
boolean printProgress)
This will execute a command (with args).
|
static GrouperInstallerUtils.CommandResult |
GrouperInstallerUtils.execCommand(String[] arguments,
boolean exceptionOnExitValueNeZero,
boolean waitFor,
String[] envVariables,
File workingDirectory,
String outputFilePrefix,
boolean printOutputErrorAsReceived,
boolean printProgress,
boolean logError)
This will execute a command (with args).
|
static GrouperInstallerUtils.CommandResult |
GrouperInstallerUtils.execCommand(String command,
boolean printProgress)
This will execute a command, and split spaces for args (might not be what
you want if you are using quotes)
|
static GrouperInstallerUtils.CommandResult |
GrouperInstallerUtils.execCommand(String command,
String[] arguments,
boolean printProgress)
This will execute a command (with args).
|
Copyright © 2016 Internet2. All rights reserved.