1 2 3 4 5 6 7 8
package com.keuin.kbackupfabric.util.backup.provider; /** * List all backup in disk. Provide their basic information as soon as possible. */ public class AvailableBackupProvider { // TODO: remove obsolete impl. in command user interface. Use this instead. }