protected static enum TreeReplication.ReplicationFilter extends Enum<TreeReplication.ReplicationFilter>
| Enum Constant and Description |
|---|
ALL |
FOLDERS_AND_PAGES_ONLY |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldReplicate(org.apache.sling.api.resource.Resource r) |
static TreeReplication.ReplicationFilter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TreeReplication.ReplicationFilter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TreeReplication.ReplicationFilter ALL
public static final TreeReplication.ReplicationFilter FOLDERS_AND_PAGES_ONLY
public static TreeReplication.ReplicationFilter[] values()
for (TreeReplication.ReplicationFilter c : TreeReplication.ReplicationFilter.values()) System.out.println(c);
public static TreeReplication.ReplicationFilter 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–2021 Adobe. All rights reserved.