org.apache.cocoon.maven.deployer.monolithic
Class MonolithicCocoonDeployer

java.lang.Object
  extended by org.apache.cocoon.maven.deployer.monolithic.MonolithicCocoonDeployer

public class MonolithicCocoonDeployer
extends Object

Deploy blocks to a monolithic Cocoon web application. The files contained by a block are copied based on rules to the right places.

Version:
$Id: MonolithicCocoonDeployer.java 438198 2006-08-29 20:38:09Z lgawron $

Constructor Summary
MonolithicCocoonDeployer(org.apache.maven.plugin.logging.Log logger)
           
 
Method Summary
 void deploy(Map libraries, File basedir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonolithicCocoonDeployer

public MonolithicCocoonDeployer(org.apache.maven.plugin.logging.Log logger)
Method Detail

deploy

public void deploy(Map libraries,
                   File basedir)
            throws DeploymentException
Throws:
DeploymentException


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