public interface DeploymentTransportInputFilter
FilterInputStream,
org.alfresco.deployment.transformers.ZipCompressionTransformer,
DeploymentTransportOutputFilter| Modifier and Type | Method and Description |
|---|---|
InputStream |
addFilter(InputStream in,
String path,
String encoding,
String mimeType)
Add a filter to transform the payload of a deployment.
|
InputStream addFilter(InputStream in, String path, String encoding, 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–2014 Alfresco Software. All rights reserved.