public static interface ApplicationMetadataBackup.Filter
Modifier and Type | Method and Description |
---|---|
boolean |
backupExtraMetadata(ej.wadapps.management.ExtraMetadata extraMetadata)
Returns
true if the given extra metadata should be backed
up.false otherwise. |
boolean |
backupIcon(ej.wadapps.management.ImageInfo icon)
Returns
true if the given icon should be backed up. |
boolean |
backupScreenshot(ej.wadapps.management.ImageInfo screenshot)
Returns
true if the given screenshot should be backed
up.false otherwise. |
boolean backupIcon(ej.wadapps.management.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(ej.wadapps.management.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.boolean backupExtraMetadata(ej.wadapps.management.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.