Interface ArtifactProcessor
- All Known Implementing Classes:
ImageArtifactProcessor
public interface ArtifactProcessor
Created by IntelliJ IDEA.
User: jfischer
Date: 9/10/11
Time: 12:23 PM
To change this template use File | Settings | File Templates.
-
Method Summary
Modifier and TypeMethodDescriptionbuildOperations(Map<String, String> parameterMap, InputStream artifactStream, String mimeType) convert(InputStream artifactStream, Operation[] operations, String mimeType) booleanisSupported(InputStream artifactStream, String mimeType)
-
Method Details
-
isSupported
-
convert
InputStream convert(InputStream artifactStream, Operation[] operations, String mimeType) throws Exception - Throws:
Exception
-
buildOperations
-