Package org.globus.ftp
Class MlsxEntry
- java.lang.Object
-
- org.globus.ftp.MlsxEntry
-
public class MlsxEntry extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CHARSET
static String
CREATE
static String
ERROR
static String
ERROR_INVALIDLINK
static String
ERROR_OPENFAILED
static String
LANG
static String
MEDIA_TYPE
static String
MODIFY
static String
PERM
static String
SIZE
static String
TYPE
static String
TYPE_CDIR
static String
TYPE_DIR
static String
TYPE_FILE
static String
TYPE_PDIR
static String
TYPE_SLINK
static String
UNIQUE
static String
UNIX_GID
static String
UNIX_GROUP
static String
UNIX_MODE
static String
UNIX_OWNER
static String
UNIX_SLINK
static String
UNIX_UID
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
get(String factName)
Date
getDate(String factName)
String
getFileName()
void
set(String factName, String factValue)
String
toString()
-
-
-
Field Detail
-
SIZE
public static final String SIZE
- See Also:
- Constant Field Values
-
MODIFY
public static final String MODIFY
- See Also:
- Constant Field Values
-
CREATE
public static final String CREATE
- See Also:
- Constant Field Values
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
UNIQUE
public static final String UNIQUE
- See Also:
- Constant Field Values
-
PERM
public static final String PERM
- See Also:
- Constant Field Values
-
LANG
public static final String LANG
- See Also:
- Constant Field Values
-
MEDIA_TYPE
public static final String MEDIA_TYPE
- See Also:
- Constant Field Values
-
CHARSET
public static final String CHARSET
- See Also:
- Constant Field Values
-
UNIX_MODE
public static final String UNIX_MODE
- See Also:
- Constant Field Values
-
UNIX_OWNER
public static final String UNIX_OWNER
- See Also:
- Constant Field Values
-
UNIX_GROUP
public static final String UNIX_GROUP
- See Also:
- Constant Field Values
-
UNIX_SLINK
public static final String UNIX_SLINK
- See Also:
- Constant Field Values
-
UNIX_UID
public static final String UNIX_UID
- See Also:
- Constant Field Values
-
UNIX_GID
public static final String UNIX_GID
- See Also:
- Constant Field Values
-
ERROR
public static final String ERROR
- See Also:
- Constant Field Values
-
TYPE_FILE
public static final String TYPE_FILE
- See Also:
- Constant Field Values
-
TYPE_CDIR
public static final String TYPE_CDIR
- See Also:
- Constant Field Values
-
TYPE_PDIR
public static final String TYPE_PDIR
- See Also:
- Constant Field Values
-
TYPE_DIR
public static final String TYPE_DIR
- See Also:
- Constant Field Values
-
TYPE_SLINK
public static final String TYPE_SLINK
- See Also:
- Constant Field Values
-
ERROR_OPENFAILED
public static final String ERROR_OPENFAILED
- See Also:
- Constant Field Values
-
ERROR_INVALIDLINK
public static final String ERROR_INVALIDLINK
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MlsxEntry
public MlsxEntry(String mlsxEntry) throws FTPException
Constructor for MlsxEntry.- Parameters:
mlsxEntry
-- Throws:
FTPException
-
-