Uses of Interface
com.google.errorprone.apply.FileDestination
-
Uses of FileDestination in com.google.errorprone.apply
Modifier and TypeClassDescriptionclass
File destination which simply throws away the generated file.final class
AFileDestination
that writes content to a destination on the local filesystem.final class
AFileDestination
that writes a unix-patch file torootPath
containing the suggested changes.ModifierConstructorDescriptionDiffApplier
(int diffParallelism, FileSource source, FileDestination destination)