This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-exec.git
from 30a07bc7 Better name
new b20c476d Javadoc and comments
new bbd78b84 Use forEach()
new 64641ffe Use forEach()
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../java/org/apache/commons/exec/CommandLine.java | 78 +++++++++++-----------
.../org/apache/commons/exec/DaemonExecutor.java | 6 +-
.../commons/exec/DefaultExecuteResultHandler.java | 20 +++---
.../org/apache/commons/exec/DefaultExecutor.java | 54 +++++++--------
.../org/apache/commons/exec/ExecuteException.java | 16 ++---
.../apache/commons/exec/ExecuteResultHandler.java | 4 +-
.../apache/commons/exec/ExecuteStreamHandler.java | 6 +-
.../org/apache/commons/exec/ExecuteWatchdog.java | 12 ++--
.../java/org/apache/commons/exec/Executor.java | 48 ++++++-------
.../org/apache/commons/exec/InputStreamPumper.java | 8 +--
.../org/apache/commons/exec/LogOutputStream.java | 20 +++---
src/main/java/org/apache/commons/exec/OS.java | 28 ++++----
.../org/apache/commons/exec/ProcessDestroyer.java | 10 +--
.../org/apache/commons/exec/PumpStreamHandler.java | 28 ++++----
.../commons/exec/ShutdownHookProcessDestroyer.java | 35 +++++-----
.../java/org/apache/commons/exec/StreamPumper.java | 20 +++---
.../java/org/apache/commons/exec/Watchdog.java | 8 +--
.../environment/DefaultProcessingEnvironment.java | 18 ++---
.../commons/exec/environment/EnvironmentUtils.java | 16 ++---
.../environment/OpenVmsProcessingEnvironment.java | 2 +-
.../commons/exec/launcher/CommandLauncher.java | 28 ++++----
.../exec/launcher/CommandLauncherFactory.java | 2 +-
.../exec/launcher/CommandLauncherProxy.java | 8 +--
.../exec/launcher/Java13CommandLauncher.java | 12 ++--
.../commons/exec/launcher/OS2CommandLauncher.java | 12 ++--
.../commons/exec/launcher/VmsCommandLauncher.java | 2 +-
.../exec/launcher/WinNTCommandLauncher.java | 11 ++-
.../org/apache/commons/exec/util/DebugUtils.java | 9 +--
.../org/apache/commons/exec/util/MapUtils.java | 28 ++++----
.../org/apache/commons/exec/util/StringUtils.java | 24 +++----
.../org/apache/commons/exec/CommandLineTest.java | 2 -
31 files changed, 281 insertions(+), 294 deletions(-)