Interface VltEntryInfo
public interface VltEntryInfo
Entry...-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckModified(VaultFile remoteFile) copyAs(VltEntryInfo.Type type) longgetDate()getMd5()longgetSize()getType()booleanbooleanisSame(VltEntryInfo base) voidsetContentType(String contentType) voidsetDate(long date) voidvoidsetSize(long size) voidvoidvoidupdate(VltEntryInfo base)
-
Method Details
-
copyAs
-
getType
VltEntryInfo.Type getType() -
getDate
long getDate() -
setDate
void setDate(long date) -
getMd5
MD5 getMd5() -
setMd5
-
getContentType
String getContentType() -
setContentType
-
getSize
long getSize() -
setSize
void setSize(long size) -
checkModified
-
update
-
update
- Throws:
IOException
-
update
- Throws:
IOException
-
isDirectory
boolean isDirectory() -
isSame
-