public class ListManager extends Object
| Constructor and Description |
|---|
ListManager(BackupRequest req)
Creates an instance of ListManager.
|
| Modifier and Type | Method and Description |
|---|---|
protected File |
getBackupDirectory(BackupRequest request)
If both the backupDir and backupConfig are not set then this method
behaves as it did in v2.
|
String |
list()
Find all backup zip files in a domain and return a String
summarizing information about the backup.
|
public ListManager(BackupRequest req) throws BackupException, BackupWarningException
req - The BackupRequest instance with required information.BackupException - if there is a fatal error with the
BackupRequest object.BackupWarningException - if there is a non-fatal error with the
BackupRequest object.public String list() throws BackupException
BackupException - if there is a fatal errorprotected File getBackupDirectory(BackupRequest request)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.