com.starteam.util
Class FileAccess.Attributes

java.lang.Object
  extended by com.starteam.util.FileAccess.Attributes
Enclosing class:
FileAccess

public static final class FileAccess.Attributes
extends java.lang.Object

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

fileName

public java.lang.String fileName
The fully qualified name of the file, including it's path


creationTime

public long creationTime
Returns the creation time of the file


lastModifiedTime

public long lastModifiedTime
Returns the time of last modification


size

public long size
Returns the size of the file in bytes


lastAccessTime

public long lastAccessTime
Returns the time of last access


isDirectory

public boolean isDirectory
Tells whether the file is a directory

Constructor Detail

FileAccess.Attributes

public FileAccess.Attributes()
Create a new instance



StarTeam SDK 14.0, Build 21
Copyright © 2003-2012 Borland Software Corporation. All rights reserved.