public class DataFile extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) long |
dateFile
Timestamp in archive and of file.
|
(package private) long |
dateInArchive
Timestamp in archive and of file.
|
(package private) java.io.File |
file
The real file.
|
(package private) java.lang.String |
sLocalpath
The local path in the component, relative to the archive.
|
(package private) java.lang.String |
sType
Type of file:
chg: modified, changed
new: not archived yet
add: added to archive, but not commited yet
del: removed, not found
mov: moved or renamed in archive
|
Constructor and Description |
---|
DataFile(java.io.File file,
java.lang.String sLocalpath,
java.lang.String sType) |
final java.lang.String sLocalpath
final java.io.File file
long dateInArchive
long dateFile
java.lang.String sType
DataFile(java.io.File file, java.lang.String sLocalpath, java.lang.String sType)