Uses of Interface
com.google.common.io.Closer.Suppressor
-
Packages that use Closer.Suppressor Package Description com.google.common.io This package contains utility methods and classes for working with Java 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.Suppressor Modifier and Type Class Description (package private) static class
Closer.LoggingSuppressor
Suppresses exceptions by logging them.(package private) static class
Closer.SuppressingSuppressor
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.Suppressor Modifier and Type Field Description (package private) Closer.Suppressor
Closer. suppressor
private static 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 Constructor Description Closer(Closer.Suppressor suppressor)
-