Uses of Interface
de.mnl.osgi.bnd.maven.RepositoryUtils.ThrowingRunnable
-
Packages that use RepositoryUtils.ThrowingRunnable Package Description de.mnl.osgi.bnd.maven Some classes that may be helpful for any repository provider implementation that uses (backing) maven repositories. -
-
Uses of RepositoryUtils.ThrowingRunnable in de.mnl.osgi.bnd.maven
Methods in de.mnl.osgi.bnd.maven with parameters of type RepositoryUtils.ThrowingRunnable Modifier and Type Method Description static <E extends Throwable>
voidRepositoryUtils. rethrow(Class<E> rethrown, RepositoryUtils.ThrowingRunnable runnable)
CatchesUndeclaredThrowableException
s and unwraps any underlying exception of the given type.static void
RepositoryUtils. runIgnoring(RepositoryUtils.ThrowingRunnable runnable)
Run ignoring any throwable.static void
RepositoryUtils. unthrow(RepositoryUtils.ThrowingRunnable runnable)
Converts any exception thrown by the runnable to anUndeclaredThrowableException
.
-