public class DirectoryEntry extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
aclBit
boolean indicating whether file has ACLs set on it.
|
long |
blocksize
Block size reported by server.
|
Date |
expiryTime
Date+time at which the file expires, as UTC time.
|
String |
fullName
the full path of the directory enrty.
|
String |
group
the ID of the group that owns this file/directory.
|
Date |
lastAccessTime
the timestamp of the last time the file was accessed
|
Date |
lastModifiedTime
the timestamp of the last time the file was modified
|
long |
length
the length of a file.
|
String |
name
the filename (minus the path) of the direcotry entry
|
String |
permission
the unix-style permission string for this file or directory
|
int |
replicationFactor
Replication Factor reported by server.
|
DirectoryEntryType |
type
DirectoryEntryType enum indicating whether the object is a file or a directory |
String |
user
the ID of the user that owns this file/directory.
|
Constructor and Description |
---|
DirectoryEntry(String name,
String fullName,
long length,
String group,
String user,
Date lastAccessTime,
Date lastModifiedTime,
DirectoryEntryType type,
long blocksize,
int replicationFactor,
String permission,
boolean aclBit,
Date expiryTime) |
public final String name
public final String fullName
public final long length
public final String group
public final String user
public final Date lastAccessTime
public final Date lastModifiedTime
public final DirectoryEntryType type
DirectoryEntryType
enum indicating whether the object is a file or a directorypublic final long blocksize
public final int replicationFactor
public final boolean aclBit
public final Date expiryTime
public final String permission
Copyright © 2019 Microsoft Corporation. All rights reserved.