public interface

Factory

net.schmizz.sshj.common.Factory<T>
Known Indirect Subclasses

Class Overview

A basic factory interface.

Summary

Nested Classes
interface Factory.Named<T> Inteface for a named factory. 
Public Methods
abstract T create()

Public Methods

public abstract T create ()

Returns
  • a new object created using this factory.