org.exoplatform.services.ftp
Class FtpConst.SystemTypes

java.lang.Object
  extended by org.exoplatform.services.ftp.FtpConst.SystemTypes
Enclosing class:
FtpConst

public class FtpConst.SystemTypes
extends java.lang.Object

Supported OS types.


Field Summary
static java.lang.String UNIX_L8
          UNIX L8 type.
static java.lang.String WINDOWS_NT
          Windows NT type.
 
Constructor Summary
FtpConst.SystemTypes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WINDOWS_NT

public static final java.lang.String WINDOWS_NT
Windows NT type.

See Also:
Constant Field Values

UNIX_L8

public static final java.lang.String UNIX_L8
UNIX L8 type.

See Also:
Constant Field Values
Constructor Detail

FtpConst.SystemTypes

public FtpConst.SystemTypes()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.