org.apache.cocoon.bean.helpers
Class AntDelegate

java.lang.Object
  extended by org.apache.cocoon.bean.helpers.AntDelegate

public class AntDelegate
extends Object

Delegate class for use by the Cocoon Ant task. Allows Ant to run Cocoon with a single method call that can happily be started with introspection (due to classpath issues).

Version:
CVS $Id: AntDelegate.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Upayavira

Constructor Summary
AntDelegate()
           
 
Method Summary
static int process(Document xconf, String uriGroup)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntDelegate

public AntDelegate()
Method Detail

process

public static int process(Document xconf,
                          String uriGroup)
                   throws Exception
Throws:
Exception


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.