Package com.google.errorprone.apply
Class DiscardingFileDestination
java.lang.Object
com.google.errorprone.apply.DiscardingFileDestination
- All Implemented Interfaces:
FileDestination
public class DiscardingFileDestination extends Object implements FileDestination
File destination which simply throws away the generated file.
-
Constructor Summary
Constructors Constructor Description DiscardingFileDestination()
-
Method Summary
Modifier and Type Method Description void
flush()
void
writeFile(SourceFile file)
-
Constructor Details
-
DiscardingFileDestination
public DiscardingFileDestination()
-
-
Method Details
-
writeFile
- Specified by:
writeFile
in interfaceFileDestination
-
flush
public void flush()- Specified by:
flush
in interfaceFileDestination
-