Uses of Interface
com.google.errorprone.apply.FileDestination
Packages that use FileDestination
-
Uses of FileDestination in com.google.errorprone.apply
Classes in com.google.errorprone.apply that implement FileDestinationModifier 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.Constructors in com.google.errorprone.apply with parameters of type FileDestinationModifierConstructorDescriptionDiffApplier
(int diffParallelism, FileSource source, FileDestination destination)