Package net.uptheinter.interceptify.util
package net.uptheinter.interceptify.util
This package contains an assortment of convenience
functions which are primarily intended for the benefit
of Interceptify - however, they are considered public
and consequently will honour semantic versioning.
-
ClassesClassDescriptionAutoCloser<T>This is a generic type for facilitating a try-with-resources on any operation where something should be done at the end of the scope.
What that happens to be can either just be a pair of function calls or an actual object; it depends on the constructor you use.Boxed<T>This is a generic class for composing operations over a type.Essentially the same asJarFile
with a few extra functions for convenience.Essentially the same asJarFile
with a few extra convenience functions.Represents a collection of Jar files, de-duplicated.General utility class with a few modestly useful functions.