org.apache.cactus.integration.ant.util |
Contains utility classes used by the Ant integration.
WARNING
The classes and interfaces in this package are not intended for use by API
clients. They may be altered in backwards-incompatible ways and even moved
or removed at any time without further notice.
|
Java Source File Name | Type | Comment |
AntLog.java | Class | Support class that lets classes log to Ant using the Commons Logging API. |
AntTaskFactory.java | Interface | Interface that allows random classes to use Ant tasks without needing an
explicit reference to a project, target or task. |
DefaultAntTaskFactory.java | Class | Default
AntTaskFactory for creating Ant tasks. |
PropertySet.java | Class | Ant element used to tell the Cactus task to load a properties file
and passed its properties to the client side or server side JVMs. |
ResourceUtils.java | Class | Utility class that provides a couple of methods for extracting files stored
as resource in a JAR. |