Uses of Class
org.apache.sling.caconfig.resource.spi.InheritanceDecision
-
Packages that use InheritanceDecision Package Description org.apache.sling.caconfig.resource.spi SPI for applications hooking into the configuration resource infrastructure for parameterizing and customizing. -
-
Uses of InheritanceDecision in org.apache.sling.caconfig.resource.spi
Methods in org.apache.sling.caconfig.resource.spi that return InheritanceDecision Modifier and Type Method Description @Nullable InheritanceDecision
CollectionInheritanceDecider. decide(@NotNull org.apache.sling.api.resource.Resource resource, @NotNull String bucketName)
Decide whether the provided resource should be included in the collection.static InheritanceDecision
InheritanceDecision. valueOf(String name)
Returns the enum constant of this type with the specified name.static InheritanceDecision[]
InheritanceDecision. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-