Class DynamicBackupTask<T>
java.lang.Object
com.pranavpandey.android.dynamic.util.concurrent.DynamicRunnable<T,P,R>
com.pranavpandey.android.dynamic.util.concurrent.DynamicTask<Void,Void,T>
com.pranavpandey.android.dynamic.backup.task.DynamicBackupTask<T>
- Type Parameters:
T
- The type of result this task will deliver.
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
BackupCreateTask
,BackupDeleteTask
,BackupRenameTask
,BackupRestoreTask
A
DynamicTask
to create backup.-
Constructor Summary
ConstructorsConstructorDescriptionDynamicBackupTask
(DynamicBackup dynamicBackup, BackupConfig backupConfig) Constructor to initialize an object of this class. -
Method Summary
Modifier and TypeMethodDescriptionGet the dynamic backup configurations used by this task.Get the dynamic backup used by this task.Methods inherited from class com.pranavpandey.android.dynamic.util.concurrent.DynamicTask
cancel, execute, execute, executeOnExecutor, executeOnExecutor, finish, get, get, getBooleanResult, getHandler, getStatus, isCancelled, publishProgress, run
Methods inherited from class com.pranavpandey.android.dynamic.util.concurrent.DynamicRunnable
doInBackground, onCancelled, onCancelled, onPostExecute, onPreExecute, onProgressUpdate
-
Constructor Details
-
Method Details
-
getDynamicBackup
Get the dynamic backup used by this task.- Returns:
- The dynamic backup used by this task.
-
getBackupConfig
Get the dynamic backup configurations used by this task.- Returns:
- The dynamic backup configurations used by this task.
-