Package org.syncany.database
Class FileVersionComparator.FileProperties
- java.lang.Object
-
- org.syncany.database.FileVersionComparator.FileProperties
-
- Enclosing class:
- FileVersionComparator
public static class FileVersionComparator.FileProperties extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FileProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
exists()
FileContent.FileChecksum
getChecksum()
java.lang.String
getDosAttributes()
long
getLastModified()
java.lang.String
getLinkTarget()
java.lang.String
getPosixPermissions()
java.lang.String
getRelativePath()
long
getSize()
FileVersion.FileType
getType()
boolean
isLocked()
-
-
-
Constructor Detail
-
FileProperties
public FileProperties()
-
-
Method Detail
-
getLastModified
public long getLastModified()
-
getType
public FileVersion.FileType getType()
-
getSize
public long getSize()
-
getRelativePath
public java.lang.String getRelativePath()
-
getLinkTarget
public java.lang.String getLinkTarget()
-
getChecksum
public FileContent.FileChecksum getChecksum()
-
isLocked
public boolean isLocked()
-
exists
public boolean exists()
-
getPosixPermissions
public java.lang.String getPosixPermissions()
-
getDosAttributes
public java.lang.String getDosAttributes()
-
-