Package com.diffplug.gradle.spotless
Class GitRatchetGradle
- java.lang.Object
-
- com.diffplug.spotless.extra.GitRatchet<java.io.File>
-
- com.diffplug.gradle.spotless.GitRatchetGradle
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class GitRatchetGradle extends GitRatchet<java.io.File>
Gradle implementation of GitRatchet.
-
-
Constructor Summary
Constructors Constructor Description GitRatchetGradle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.io.FilegetDir(java.io.File project)protected java.io.FilegetParent(java.io.File project)-
Methods inherited from class com.diffplug.spotless.extra.GitRatchet
close, isClean, isClean, repositoryFor, rootTreeShaOf, subtreeShaOf
-
-
-
-
Method Detail
-
getDir
protected java.io.File getDir(java.io.File project)
- Specified by:
getDirin classGitRatchet<java.io.File>
-
getParent
@Nullable protected java.io.File getParent(java.io.File project)
- Specified by:
getParentin classGitRatchet<java.io.File>
-
-