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 $

Method Summary
 void setAlreadyDeployedFilesSet(Set alreadyDeployedFilesSet)
           
 void setBasedir(File file)
           
 void setLogger(org.apache.maven.plugin.logging.Log logger)
           
 OutputStream writeResource(String documentName)
           
 

Method Detail

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.