public interface IRemoteFileAttributes
Modifier and Type | Field and Description |
---|---|
static String |
ARCHIVE_ATTRIBUTE |
static String |
EXEC_ATTRIBUTE |
static String |
HIDDEN_ATTRIBUTE |
static String |
READ_ATTRIBUTE |
static String |
SYMLINK_ATTRIBUTE |
static String |
SYMLINK_TARGET_ATTRIBUTE |
static String |
WRITE_ATTRIBUTE |
Modifier and Type | Method and Description |
---|---|
String |
getAttribute(String key)
Get file attribute with given key.
|
Iterator |
getAttributeKeys()
Get all of the attribute keys in this map of file attributes.
|
void |
setAttribute(String key,
String value)
Set a given attribute value in this remote file attributes.
|
static final String READ_ATTRIBUTE
static final String WRITE_ATTRIBUTE
static final String EXEC_ATTRIBUTE
static final String ARCHIVE_ATTRIBUTE
static final String HIDDEN_ATTRIBUTE
static final String SYMLINK_ATTRIBUTE
static final String SYMLINK_TARGET_ATTRIBUTE
String getAttribute(String key)
null
if attribute not in
this map of attributes.key
- to use to find the given attribute. Must not be null
.null
if not found.Iterator getAttributeKeys()
null
.Copyright © 2017 Eclipse Foundation. All rights reserved.