Interface VltEntryInfo
-
public interface VltEntryInfoEntry...
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVltEntryInfo.Type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancheckModified(VaultFile remoteFile)VltEntryInfocopyAs(VltEntryInfo.Type type)StringgetContentType()longgetDate()MD5getMd5()longgetSize()VltEntryInfo.TypegetType()booleanisDirectory()booleanisSame(VltEntryInfo base)voidsetContentType(String contentType)voidsetDate(long date)voidsetMd5(MD5 md5)voidsetSize(long size)voidupdate(File file, boolean force)voidupdate(MetaFile file, boolean force)voidupdate(VltEntryInfo base)
-
-
-
Method Detail
-
copyAs
VltEntryInfo copyAs(VltEntryInfo.Type type)
-
getType
VltEntryInfo.Type getType()
-
getDate
long getDate()
-
setDate
void setDate(long date)
-
getMd5
MD5 getMd5()
-
setMd5
void setMd5(MD5 md5)
-
getContentType
String getContentType()
-
setContentType
void setContentType(String contentType)
-
getSize
long getSize()
-
setSize
void setSize(long size)
-
checkModified
boolean checkModified(VaultFile remoteFile)
-
update
void update(VltEntryInfo base)
-
update
void update(File file, boolean force) throws IOException
- Throws:
IOException
-
update
void update(MetaFile file, boolean force) throws IOException
- Throws:
IOException
-
isDirectory
boolean isDirectory()
-
isSame
boolean isSame(VltEntryInfo base)
-
-