Package com.pixelmed.ftp
Class FTPSecurityType
- java.lang.Object
-
- com.pixelmed.ftp.FTPSecurityType
-
public class FTPSecurityType extends java.lang.ObjectThis class provides a description of the parameters of a remote FTP host.
-
-
Field Summary
Fields Modifier and Type Field Description static FTPSecurityTypeNONEstatic FTPSecurityTypeTLS
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)static java.lang.String[]getListOfTypesAsString()static FTPSecurityTypeselectFromDescription(java.lang.String description)java.lang.StringtoString()
-
-
-
Field Detail
-
NONE
public static final FTPSecurityType NONE
-
TLS
public static final FTPSecurityType TLS
-
-
Method Detail
-
getListOfTypesAsString
public static java.lang.String[] getListOfTypesAsString()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
selectFromDescription
public static FTPSecurityType selectFromDescription(java.lang.String description)
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-