public class BackupSource
public BackupSource(@NotNull
BackupType type,
@NotNull
FileEntry fileEntry,
@NotNull
kotlin.jvm.functions.Function0<? extends java.io.File> fileResolver)
@NotNull public java.io.File getFile()
@NotNull public BackupType getType()
@NotNull public FileEntry getFileEntry()
@NotNull public kotlin.jvm.functions.Function0<java.io.File> getFileResolver()