This project has retired. For details please refer to its
Attic page .
FileDeployer (Cocoon Maven Plugin 1.0.2 API)
org.apache.cocoon.maven.deployer.monolithic
Interface FileDeployer
All Known Implementing Classes: SingleFileDeployer , XPatchDeployer
public interface FileDeployer
Use this interface for classes that are used by the @link org.apache.cocoon.maven.deployer.monolithic.ZipExtractor
to extract ZIP files. Classes implementing this interface can be added together with a rule to the
Version:
$Id: FileDeployer.html 1351235 2012-06-18 08:41:39Z ilgrosso $
writeResource
OutputStream writeResource (String documentName)
throws IOException
Throws:
IOException
setBasedir
void setBasedir (File file)
setLogger
void setLogger (org.apache.maven.plugin.logging.Log logger)
setAlreadyDeployedFilesSet
void setAlreadyDeployedFilesSet (Set alreadyDeployedFilesSet)
Copyright © 1999-2012 The Apache Software Foundation . All Rights Reserved.