public static interface ApplicationMetadataBackup.Filter
Modifier and Type | Method and Description |
---|---|
boolean |
backupExtraMetadata(ExtraMetadata extraMetadata)
Returns
true if the given extra metadata should be backed
up.false otherwise. |
boolean |
backupIcon(ImageInfo icon)
Returns
true if the given icon should be backed up. |
boolean |
backupScreenshot(ImageInfo screenshot)
Returns
true if the given screenshot should be backed
up.false otherwise. |
boolean backupExtraMetadata(ExtraMetadata extraMetadata)
true
if the given extra metadata should be backed
up.false
otherwise.extraMetadata
- the extra metadata.true
if the given extra metadata should be backed
up.false
otherwise.boolean backupIcon(ImageInfo icon)
true
if the given icon should be backed up.
false
otherwise.icon
- the icon.true
if the given icon should be backed up,
false
otherwise.boolean backupScreenshot(ImageInfo screenshot)
true
if the given screenshot should be backed
up.false
otherwise.screenshot
- the screenshot.true
if the given screenshot should be backed
up.false
otherwise.