com.pixelmed.ftp
Class FTPSecurityType

java.lang.Object
  extended by com.pixelmed.ftp.FTPSecurityType

public class FTPSecurityType
extends Object

This class provides a description of the parameters of a remote FTP host.


Field Summary
static FTPSecurityType NONE
           
static FTPSecurityType TLS
           
 
Method Summary
 boolean equals(Object obj)
           
static String[] getListOfTypesAsString()
           
static FTPSecurityType selectFromDescription(String description)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final FTPSecurityType NONE

TLS

public static final FTPSecurityType TLS
Method Detail

getListOfTypesAsString

public static String[] getListOfTypesAsString()

toString

public String toString()
Overrides:
toString in class Object

selectFromDescription

public static FTPSecurityType selectFromDescription(String description)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object