Class FileInfo
java.lang.Object
com.atlassian.confluence.upgrade.upgradetask.splitindex.FileInfo
Collects some data of the files in the index folder. Used to copy the file and leave the directories behind.
- Since:
- 7.9.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FileInfo
FileInfo object contains the name, the File and the size in bytes for the file- Parameters:
name
- Stringfile
- Filebytes
- long nr of bytes this file uses
-
-
Method Details