public static class

ErrorNotifiable.Util

extends Object
java.lang.Object
   ↳ net.schmizz.sshj.common.ErrorNotifiable.Util

Class Overview

Utility functions.

Summary

Public Constructors
ErrorNotifiable.Util()
Public Methods
static void alertAll(SSHException error, Collection<? extends ErrorNotifiable> notifiables)
Notify all notifiables of given error.
static void alertAll(SSHException error, ErrorNotifiable... notifiables)
Notify all notifiables of given error.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ErrorNotifiable.Util ()

Public Methods

public static void alertAll (SSHException error, Collection<? extends ErrorNotifiable> notifiables)

Notify all notifiables of given error.

Parameters
error
notifiables

public static void alertAll (SSHException error, ErrorNotifiable... notifiables)

Notify all notifiables of given error.

Parameters
error
notifiables