Package com.pixelmed.ftp
Class FTPSecurityType
- java.lang.Object
-
- com.pixelmed.ftp.FTPSecurityType
-
public class FTPSecurityType extends java.lang.Object
This class provides a description of the parameters of a remote FTP host.
-
-
Field Summary
Fields Modifier and Type Field Description static FTPSecurityType
NONE
static FTPSecurityType
TLS
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
static java.lang.String[]
getListOfTypesAsString()
static FTPSecurityType
selectFromDescription(java.lang.String description)
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
selectFromDescription
public static FTPSecurityType selectFromDescription(java.lang.String description)
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-