Package net.schmizz.sshj.common
Class ErrorNotifiable.Util
- java.lang.Object
-
- net.schmizz.sshj.common.ErrorNotifiable.Util
-
- Enclosing interface:
- ErrorNotifiable
public static class ErrorNotifiable.Util extends java.lang.Object
Utility functions.
-
-
Constructor Summary
Constructors Constructor Description Util()
-
Method Summary
Modifier and Type Method Description static void
alertAll(SSHException error, java.util.Collection<? extends ErrorNotifiable> notifiables)
Notify allnotifiables
of givenerror
.static void
alertAll(SSHException error, ErrorNotifiable... notifiables)
Notify allnotifiables
of givenerror
.
-
-
-
Method Detail
-
alertAll
public static void alertAll(SSHException error, ErrorNotifiable... notifiables)
Notify allnotifiables
of givenerror
.
-
alertAll
public static void alertAll(SSHException error, java.util.Collection<? extends ErrorNotifiable> notifiables)
Notify allnotifiables
of givenerror
.
-
-