Uses of Class
de.aristaflow.adept2.util.io.IoTools.Quiet
-
Packages that use IoTools.Quiet Package Description de.aristaflow.adept2.util.io -
-
Uses of IoTools.Quiet in de.aristaflow.adept2.util.io
Methods in de.aristaflow.adept2.util.io that return IoTools.Quiet Modifier and Type Method Description static <C extends AutoCloseable>
IoTools.Quiet<C>IoTools. quiet(Logger logger, C closeable)
Wraps the designatedAutoCloseable
in anAutoCloseable
that logs any exception thrown byAutoCloseable.close()
.
-