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 TypeClassDescriptionclassFile destination which simply throws away the generated file.final classAFileDestinationthat writes content to a destination on the local filesystem.final classAFileDestinationthat writes a unix-patch file torootPathcontaining the suggested changes.Constructors in com.google.errorprone.apply with parameters of type FileDestinationModifierConstructorDescriptionDiffApplier(int diffParallelism, FileSource source, FileDestination destination)