BackupInfo 类
定义
Provides info about the backup.
public class BackupInfo
- 继承
-
java.lang.ObjectBackupInfo
构造函数
BackupInfo(String directory, BackupOption option, BackupVersion version) |
Initializes new instance of BackupInfo class. |
方法
getDirectory() |
Gets the directory where the backup was created.
|
getOption() |
Gets the backup option used.
|
getVersion() |
Gets the latest epoch included in the backup.
|