| org.apache.cocoon.CocoonTask
CocoonTask | public class CocoonTask extends Task implements DynamicConfigurator(Code) | | Ant task for running Cocoon. Allows for the embedding of Cocoon into
author: Upayavira version: CVS $Id: CocoonTask.java 433543 2006-08-22 06:22:54Z crossley $ |
CocoonTask | public CocoonTask()(Code) | | |
createClasspath | public Path createClasspath()(Code) | | Adds a path to the classpath.
created classpath |
createDynamicElement | public Object createDynamicElement(String name) throws BuildException(Code) | | |
execute | public void execute() throws BuildException(Code) | | Do the execution and return a return code.
throws: BuildException - if required parameters are missing |
execute | public void execute(CommandlineJava command) throws BuildException(Code) | | |
getLibDir | public File getLibDir() throws BuildException(Code) | | |
setClasspath | public void setClasspath(Path s)(Code) | | Set the classpath to be used when running the Java class
Parameters: s - an Ant Path object containing the classpath. |
setClasspathRef | public void setClasspathRef(Reference r)(Code) | | Classpath to use, by reference.
Parameters: r - a reference to an existing classpath |
setDynamicAttribute | public void setDynamicAttribute(String name, String value) throws BuildException(Code) | | |
|
|