Interface CompressorWorkParameters
-
- All Superinterfaces:
WorkParameters
- All Known Subinterfaces:
Deflate.DeflateWorkParameters
,GZip.GZipWorkParameters
public interface CompressorWorkParameters extends WorkParameters
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.gradle.workers.WorkParameters
WorkParameters.None
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegularFileProperty
getSourceFile()
RegularFileProperty
getTargetFile()
-
-
-
Method Detail
-
getSourceFile
RegularFileProperty getSourceFile()
-
getTargetFile
RegularFileProperty getTargetFile()
-
-