public interface DeploymentTransportInputFilter
FilterInputStream,
org.alfresco.deployment.transformers.ZipCompressionTransformer,
DeploymentTransportOutputFilter| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
addFilter(java.io.InputStream in,
java.lang.String path,
java.lang.String encoding,
java.lang.String mimeType)
Add a filter to transform the payload of a deployment.
|
java.io.InputStream addFilter(java.io.InputStream in,
java.lang.String path,
java.lang.String encoding,
java.lang.String mimeType)
in - the input stream being filtered.path - the path of the fileencoding - the encoding of the filemimeType - the mimeType of the fileCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.