Uses of Class
com.atlassian.confluence.upgrade.upgradetask.splitindex.FileInfo
-
Packages that use FileInfo Package Description com.atlassian.confluence.upgrade.upgradetask.splitindex -
-
Uses of FileInfo in com.atlassian.confluence.upgrade.upgradetask.splitindex
Methods in com.atlassian.confluence.upgrade.upgradetask.splitindex that return types with arguments of type FileInfo Modifier and Type Method Description Map<String,FileInfo>
SplitIndexFileHelper. collectIndexFileInfos()
Gets the size of a Directory by sizing all the files.static Map<String,FileInfo>
SplitIndexFileHelper. collectIndexFileInfos(@NonNull File folder)
Gets the size of a Directory by sizing all the files.Method parameters in com.atlassian.confluence.upgrade.upgradetask.splitindex with type arguments of type FileInfo Modifier and Type Method Description static void
SplitIndexFileHelper. copyFilesToFolder(@NonNull Collection<FileInfo> source, @NonNull File target)
Copies all the files in the FileInfo list to the target folderstatic long
SplitIndexFileHelper. getTotalSize(@NonNull Collection<FileInfo> files)
Sums the sizes of the files in the FileInfo list
-