org.neociclo.odetteftp
Class ProtocolHandlerFactory

java.lang.Object
  extended by org.neociclo.odetteftp.ProtocolHandlerFactory

public final class ProtocolHandlerFactory
extends Object

Version:
$Rev: 411 $ $Date: 2010-06-21 11:55:04 -0300 (Mon, 21 Jun 2010) $
Author:
Rafael Marins

Method Summary
static ProtocolHandler getProtocolHandlerByVersion(OdetteFtpVersion version)
           
static boolean isProtocolVersionSupported(OdetteFtpVersion ver)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getProtocolHandlerByVersion

public static ProtocolHandler getProtocolHandlerByVersion(OdetteFtpVersion version)

isProtocolVersionSupported

public static boolean isProtocolVersionSupported(OdetteFtpVersion ver)


ACCORD