|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfilesystem.File
public class File
Implementation of the File entity component. It represents a file inside a group's folder.
Field Summary | |
---|---|
boolean |
hasCopies
True if the files has copies made by a conflict resolution strategy. |
boolean |
important
Used for mobile devices, true if the file is important (represents a user's favorite file or an active file |
Change |
lastChange
A reference to its last change. |
Date |
lastModified
The time when the file was last modified locally. |
String |
name
The file's name, as seen by the user. |
String |
openApp
The name of the application installed on the system for opening this type of file. |
String |
path
The file's path, excluding the file's name. |
String |
type
The file's type. |
long |
version
The file's version, given by the versioning system. |
Constructor Summary | |
---|---|
File()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String name
public String path
public long version
public Date lastModified
public Change lastChange
public boolean hasCopies
public String type
public String openApp
public boolean important
Constructor Detail |
---|
public File()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |