Uses of Interface
com.google.common.io.Closer.Suppressor
Packages that use Closer.Suppressor
Package
Description
Utility methods and classes for I/O; for example input streams, output streams, readers, writers,
and files.
-
Uses of Closer.Suppressor in com.google.common.io
Classes in com.google.common.io that implement Closer.SuppressorModifier and TypeClassDescription(package private) static final class
Suppresses exceptions by logging them.(package private) static final class
Suppresses exceptions by adding them to the exception that will be thrown using JDK7's addSuppressed(Throwable) mechanism.Fields in com.google.common.io declared as Closer.SuppressorModifier and TypeFieldDescription(package private) final Closer.Suppressor
Closer.suppressor
private static final Closer.Suppressor
Closer.SUPPRESSOR
The suppressor implementation to use for the current Java version.Constructors in com.google.common.io with parameters of type Closer.Suppressor