Interface ServerBackupFile
public interface ServerBackupFile
This class represents a server backup file.
- Since:
- 4.2.6
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the date of the backup orUNKNOWN_BACKUP_DATE
if the date of the backup is unknown.long
Returns the length of the backup filegetName()
Returns the file name of this backup file.
-
Field Details
-
UNKNOWN_BACKUP_DATE
Fallback backup date.- Since:
- 4.2.6
-
SERVER_BACKUP_POSTFIX
Postfix to add to the server backup file.- Since:
- 4.2.6
- See Also:
-
-
Method Details
-
getBackupDate
Date getBackupDate()Returns the date of the backup orUNKNOWN_BACKUP_DATE
if the date of the backup is unknown.- Since:
- 4.2.6
-
getName
String getName()Returns the file name of this backup file.- Since:
- 4.2.6
-
getLength
long getLength()Returns the length of the backup file- Since:
- 4.2.6
-