Uses of Class
com.jalios.jstore.jsync.FileEntry
-
Packages that use FileEntry Package Description com.jalios.jstore.jsync Contains JSync core classes. -
-
Uses of FileEntry in com.jalios.jstore.jsync
Methods in com.jalios.jstore.jsync that return types with arguments of type FileEntry Modifier and Type Method Description java.util.Set<FileEntry>
UpdateMessage. getFileSet()
Methods in com.jalios.jstore.jsync with parameters of type FileEntry Modifier and Type Method Description int
FileEntry. compareTo(FileEntry fileEntry)
Method parameters in com.jalios.jstore.jsync with type arguments of type FileEntry Modifier and Type Method Description void
FileFetcher. addDownloadFile(java.util.Set<FileEntry> fileSet, java.lang.String urid)
Add new file to downloadConstructor parameters in com.jalios.jstore.jsync with type arguments of type FileEntry Constructor Description UpdateMessage(java.lang.String urid, StampTable progressTable, java.util.List<StorableLogEntry> opList, java.util.Set<FileEntry> fileSet)
Constructs a new UpdateMessage
-