|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The provider of VCS attributes of the file. These describes the status of the working file with respect to its repository version. Any method that returns the string representation of an VCS attribute of a file may return an empty string if that information is not available from the given version control system.
Method Summary | |
String |
getFileAttribute(String fullName)
Get an additional attribute to a file. |
String |
getFileDate(String fullName)
Get the date of the last modification of a file. |
String |
getFileLocker(String fullName)
Get the locker of a single file. |
String |
getFileRevision(String fullName)
Get the revision of a file. |
String |
getFileSize(String fullName)
Get the size of a file as a string. |
String |
getFileStatus(String fullName)
Get the status of a single file. |
FileStatusInfo |
getFileStatusInfo(String fullName)
Get the status info of a single file. |
String |
getFileSticky(String fullName)
Get the sticky information of a file (i.e. |
String |
getFileTime(String fullName)
Get the time of the last modification of a file. |
String |
getLocalFileStatus()
|
String |
getNotInSynchStatus()
Get the status that is displayed instead of the attribute value, when this value differs for multiple files contained in the same data object file. |
Set |
getPossibleFileStatusInfos()
Get the set of all possible FileStatusInfo objects. |
void |
refreshDir(String path)
|
void |
refreshDirRecursive(String path)
|
void |
setFileModified(String path)
Should set the file as modified if it's version controlled. |
void |
setFileStatus(String path,
String status)
|
Method Detail |
public Set getPossibleFileStatusInfos()
public String getNotInSynchStatus()
public String getFileStatus(String fullName)
fullName
- the name of the file with respect to the filesystem root.
public FileStatusInfo getFileStatusInfo(String fullName)
fullName
- the name of the file with respect to the filesystem root.public String getFileLocker(String fullName)
fullName
- the name of the file with respect to the filesystem root.public String getFileRevision(String fullName)
fullName
- the name of the file with respect to the filesystem root.public String getFileSticky(String fullName)
fullName
- the name of the file with respect to the filesystem root.public String getFileAttribute(String fullName)
fullName
- the name of the file with respect to the filesystem root.public String getFileSize(String fullName)
fullName
- the name of the file with respect to the filesystem root.public String getFileDate(String fullName)
fullName
- the name of the file with respect to the filesystem root.public String getFileTime(String fullName)
fullName
- the name of the file with respect to the filesystem root.public void setFileStatus(String path, String status)
public void setFileModified(String path)
public String getLocalFileStatus()
public void refreshDir(String path)
public void refreshDirRecursive(String path)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |