Interface RestoreDetail
-
public interface RestoreDetailDefines the restore detail.- Since:
- 1.6.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<DriveInformation>getDriveInformations()Returns the drive information.
-
-
-
Method Detail
-
getDriveInformations
java.util.List<DriveInformation> getDriveInformations()
Returns the drive information.
-
-