Class Deflate.DeflateWorkAction
- java.lang.Object
-
- io.freefair.gradle.plugins.compress.tasks.CompressorWorkAction<DeflateCompressorOutputStream,Deflate.DeflateWorkParameters>
-
- io.freefair.gradle.plugins.compress.tasks.Deflate.DeflateWorkAction
-
- All Implemented Interfaces:
WorkAction<Deflate.DeflateWorkParameters>
- Enclosing class:
- Deflate
public abstract static class Deflate.DeflateWorkAction extends CompressorWorkAction<DeflateCompressorOutputStream,Deflate.DeflateWorkParameters>
-
-
Constructor Summary
Constructors Constructor Description DeflateWorkAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DeflateCompressorOutputStream
createOutputStream(BufferedOutputStream outputStream)
-
Methods inherited from class io.freefair.gradle.plugins.compress.tasks.CompressorWorkAction
execute
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.gradle.workers.WorkAction
getParameters
-
-
-
-
Method Detail
-
createOutputStream
protected DeflateCompressorOutputStream createOutputStream(BufferedOutputStream outputStream) throws IOException
- Specified by:
createOutputStream
in classCompressorWorkAction<DeflateCompressorOutputStream,Deflate.DeflateWorkParameters>
- Throws:
IOException
-
-