Package org.exoplatform.services.ftp
Class FtpConst.SystemTypes
- java.lang.Object
-
- org.exoplatform.services.ftp.FtpConst.SystemTypes
-
-
Field Summary
Fields Modifier and Type Field Description static StringUNIX_L8UNIX L8 type.static StringWINDOWS_NTWindows NT type.
-
Constructor Summary
Constructors Constructor Description SystemTypes()
-
-
-
Field Detail
-
WINDOWS_NT
public static final String WINDOWS_NT
Windows NT type.- See Also:
- Constant Field Values
-
UNIX_L8
public static final String UNIX_L8
UNIX L8 type.- See Also:
- Constant Field Values
-
-