public interface MXFSFileAttributes
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
creationTime()
Returns the creation date of this object
|
java.lang.Object |
fileKey()
Returns an unique identifier of this object.
|
java.lang.String |
getName()
Returns the file name if this object is an MXFS object
|
java.lang.String |
getParent()
Returns the parent object id if this object is an MXFS object
|
boolean |
isDirectory()
Returns true if this object is an MXFS directory
|
boolean |
isOther()
Returns true if this object not an MXFS or DropSpot object
|
boolean |
isRegularFile()
Returns true if this object is an MXFS file
|
boolean |
isSymbolicLink()
Returns true if this object is an MXFS symbolic link
|
java.lang.Long |
lastAccessTime()
Returns the last access time if available
|
java.lang.Long |
lastModifiedTime()
Returns the last modified time
|
long |
size()
Returns the size of this object
|
java.lang.String getName()
java.lang.String getParent()
java.lang.Long creationTime()
java.lang.Long lastAccessTime()
java.lang.Long lastModifiedTime()
java.lang.Object fileKey()
boolean isDirectory()
boolean isOther()
boolean isRegularFile()
boolean isSymbolicLink()
long size()