protected static enum RefreshFolderTumbnails.ThumbnailScanLogic extends Enum<RefreshFolderTumbnails.ThumbnailScanLogic>
| Enum Constant and Description |
|---|
ALL |
ALL_AUTOMATIC_OR_MISSING |
MISSING |
OUTDATED |
PLACEHOLDERS |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldReplace(org.apache.sling.api.resource.Resource r) |
static RefreshFolderTumbnails.ThumbnailScanLogic |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RefreshFolderTumbnails.ThumbnailScanLogic[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RefreshFolderTumbnails.ThumbnailScanLogic MISSING
public static final RefreshFolderTumbnails.ThumbnailScanLogic PLACEHOLDERS
public static final RefreshFolderTumbnails.ThumbnailScanLogic OUTDATED
public static final RefreshFolderTumbnails.ThumbnailScanLogic ALL_AUTOMATIC_OR_MISSING
public static final RefreshFolderTumbnails.ThumbnailScanLogic ALL
public static RefreshFolderTumbnails.ThumbnailScanLogic[] values()
for (RefreshFolderTumbnails.ThumbnailScanLogic c : RefreshFolderTumbnails.ThumbnailScanLogic.values()) System.out.println(c);
public static RefreshFolderTumbnails.ThumbnailScanLogic valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2013–2020 Adobe. All rights reserved.