org.apache.sshd.server.sftp
Class SftpSubsystem.Factory

java.lang.Object
  extended by org.apache.sshd.server.sftp.SftpSubsystem.Factory
All Implemented Interfaces:
Factory<Command>, NamedFactory<Command>
Enclosing class:
SftpSubsystem

public static class SftpSubsystem.Factory
extends Object
implements NamedFactory<Command>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.sshd.common.NamedFactory
NamedFactory.Utils
 
Constructor Summary
SftpSubsystem.Factory()
           
 
Method Summary
 Command create()
          Create a new instance
 String getName()
          Name of this factory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SftpSubsystem.Factory

public SftpSubsystem.Factory()
Method Detail

create

public Command create()
Description copied from interface: Factory
Create a new instance

Specified by:
create in interface Factory<Command>
Returns:

getName

public String getName()
Description copied from interface: NamedFactory
Name of this factory

Specified by:
getName in interface NamedFactory<Command>
Returns:


Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.