Interface PatcherExtension.PatcherSources
- Enclosing interface:
PatcherExtension
public static interface PatcherExtension.PatcherSources
-
Method Summary
Modifier and TypeMethodDescriptionorg.gradle.api.file.RegularFilePropertygetClean()org.gradle.api.file.DirectoryPropertyorg.gradle.api.file.DirectoryProperty
-
Method Details
-
getClean
org.gradle.api.file.RegularFileProperty getClean() -
getPatches
org.gradle.api.file.DirectoryProperty getPatches() -
getOutput
org.gradle.api.file.DirectoryProperty getOutput()
-