| Home >> All >> org >> apache >> cactus >> integration >> ant >> [ util Javadoc ] |
org.apache.cactus.integration.ant.util: Javadoc index of package org.apache.cactus.integration.ant.util.
Package Samples:
org.apache.cactus.integration.ant.util: Contains the tasks and types provided for integration of Cactus with Ant.
Classes:
AntLog: Support class that lets classes log to Ant using the Commons Logging API. This is not intended to be a general solution, rather as a thin separation layer to not have to pass around full-blown Ant Project , Target or Task objects just to enable logging. Note that as there is no log level in Commons-Logging that corresponds to Ant's VERBOSE level (the level between INFO and DEBUG ), the TRACE level of Commons-Logging gets mapped to VERBOSE , which is probably inappropriate for components that do not know they are using the AntLog class.
DefaultAntTaskFactory: Default AntTaskFactory for creating Ant tasks.
PropertySet: 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.
AntTaskFactory: Interface that allows random classes to use Ant tasks without needing an explicit reference to a project, target or task.
ResourceUtils: Utility class that provides a couple of methods for extracting files stored as resource in a JAR.
| Home | Contact Us | Privacy Policy | Terms of Service |