org.antmod.util |
Contains generic Ant utilities, access to environment variables and a process launcher for easily spawning subprocesses.
|
Java Source File Name | Type | Comment |
AntUtil.java | Class | Utilities related to Ant. |
Os.java | Class | Access to some operating system specific things, like environment variables. |
ProcessLauncher.java | Class | Launches a process, redirecting the output of that sub-process
to the output of this (the parent) process. |