|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.util.FileAccess.Attributes
public static final class FileAccess.Attributes
Attributes of a working file on disk
| Field Summary | |
|---|---|
long |
creationTime
Returns the creation time of the file |
java.lang.String |
fileName
The fully qualified name of the file, including it's path |
boolean |
isDirectory
Tells whether the file is a directory |
long |
lastAccessTime
Returns the time of last access |
long |
lastModifiedTime
Returns the time of last modification |
long |
size
Returns the size of the file in bytes |
| Constructor Summary | |
|---|---|
FileAccess.Attributes()
Create a new instance |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String fileName
public long creationTime
public long lastModifiedTime
public long size
public long lastAccessTime
public boolean isDirectory
| Constructor Detail |
|---|
public FileAccess.Attributes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||