Class DefaultConfigurationInheritanceStrategy
java.lang.Object
org.apache.sling.caconfig.impl.def.DefaultConfigurationInheritanceStrategy
- All Implemented Interfaces:
org.apache.sling.caconfig.spi.ConfigurationInheritanceStrategy
public class DefaultConfigurationInheritanceStrategy
extends Object
implements org.apache.sling.caconfig.spi.ConfigurationInheritanceStrategy
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.sling.api.resource.Resource
getResource
(@NotNull Iterator<org.apache.sling.api.resource.Resource> configResources)
-
Constructor Details
-
DefaultConfigurationInheritanceStrategy
public DefaultConfigurationInheritanceStrategy()
-
-
Method Details
-
getResource
public org.apache.sling.api.resource.Resource getResource(@NotNull @NotNull Iterator<org.apache.sling.api.resource.Resource> configResources) - Specified by:
getResource
in interfaceorg.apache.sling.caconfig.spi.ConfigurationInheritanceStrategy
-