commons-exec-1.1.jar - Apache Exec

Q

Executing external processes from Java is a well-known problem area. It is inheriently platform dependent and requires the developer to know and test for platform specific behaviors, for example using cmd.exe on Windows or limited buffer sizes causing deadlocks. The JRE support for this is very limited, albeit better with the new Java SE 1.5 ProcessBuilder class.

The package shall create and maintain a process execution package written in the Java language to be distributed under the ASF license. The Java code might also be complemented with scripts (e.g. Perl scripts) to fully enable execution on some operating systems. The package should aim for supporting a wide range of operating systems while still having a consistent API for all platforms.

JAR File Size and Download Location:

File name: commons-exec.jar, commons-exec-1.1.jar
File size: 52543 bytes
Date modified: 08-Oct-2010
Download: 

Manifest of the JAR:

Archiver-Version: Plexus Archiver
Built-By: sgoeschl
Build-Jdk: 1.6.0_20
Implementation-Title: Commons Exec
Implementation-Vendor: The Apache Software Foundation
Implementation-Vendor-Id: org.apache
Implementation-Version: 1.1
Specification-Title: Commons Exec
Specification-Vendor: The Apache Software Foundation
Specification-Version: 1.1
X-Compile-Source-JDK: 1.3
X-Compile-Target-JDK: 1.3
Export-Package: org.apache.commons.exec.launcher;version="1.1",org.apa
 che.commons.exec.util;version="1.1",org.apache.commons.exec.environme
 nt;version="1.1",org.apache.commons.exec;version="1.1"
Tool: Bnd-0.0.255
Bundle-Name: Commons Exec
Bundle-Vendor: The Apache Software Foundation
Bundle-Version: 1.1
Bnd-LastModified: 1286568024363
Bundle-ManifestVersion: 2
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
Bundle-Description: A library to reliably execute external processes f
 rom within the JVM
Bundle-SymbolicName: org.apache.commons.exec
Bundle-DocURL: http://commons.apach

✍: .fyicenter.com

A

List of Classes in the JAR:

org/apache/commons/exec/CommandLine
org/apache/commons/exec/DefaultExecuteResultHandler
org/apache/commons/exec/DefaultExecutor
org/apache/commons/exec/environment/DefaultProcessingEnvironment
org/apache/commons/exec/environment/EnvironmentUtils
org/apache/commons/exec/environment/OpenVmsProcessingEnvironment
org/apache/commons/exec/ExecuteException
org/apache/commons/exec/ExecuteResultHandler
org/apache/commons/exec/ExecuteStreamHandler
org/apache/commons/exec/ExecuteWatchdog
org/apache/commons/exec/Executor
org/apache/commons/exec/InputStreamPumper
org/apache/commons/exec/launcher/CommandLauncher
org/apache/commons/exec/launcher/CommandLauncherFactory
org/apache/commons/exec/launcher/CommandLauncherImpl
org/apache/commons/exec/launcher/CommandLauncherProxy
org/apache/commons/exec/launcher/Java13CommandLauncher
org/apache/commons/exec/launcher/OS2CommandLauncher
org/apache/commons/exec/launcher/VmsCommandLauncher
org/apache/commons/exec/launcher/WinNTCommandLauncher
org/apache/commons/exec/LogOutputStream
org/apache/commons/exec/OS
org/apache/commons/exec/ProcessDestroyer
org/apache/commons/exec/PumpStreamHandler
org/apache/commons/exec/ShutdownHookProcessDestroyer
org/apache/commons/exec/StreamPumper
org/apache/commons/exec/TimeoutObserver
org/apache/commons/exec/util/DebugUtils
org/apache/commons/exec/util/MapUtils
org/apache/commons/exec/util/StringUtils
org/apache/commons/exec/Watchdog

2016-01-19, 5864🔥, 1💬