Class FileInfo
- java.lang.Object
-
- com.atlassian.confluence.upgrade.upgradetask.splitindex.FileInfo
-
public class FileInfo extends Object
Collects some data of the files in the index folder. Used to copy the file and leave the directories behind.- Since:
- 7.9.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
@NonNull File
getFile()
@NonNull String
getName()
@org.checkerframework.checker.nullness.qual.NonNull long
getSize()
int
hashCode()
-