Uses of Class
org.craftercms.core.xml.mergers.impl.strategies.AbstractInheritFromHierarchyMergeStrategy
-
Packages that use AbstractInheritFromHierarchyMergeStrategy Package Description org.craftercms.core.xml.mergers.impl.strategies -
-
Uses of AbstractInheritFromHierarchyMergeStrategy in org.craftercms.core.xml.mergers.impl.strategies
Subclasses of AbstractInheritFromHierarchyMergeStrategy in org.craftercms.core.xml.mergers.impl.strategies Modifier and Type Class Description classCompositeInheritFromHierarchyMergeStrategyImplementation ofAbstractInheritFromHierarchyMergeStrategythat delegates to several otherAbstractInheritFromHierarchyMergeStrategys to determine the descriptors to "inherit" from upper levels in the folder hierarchy.classInheritLevelsMergeStrategyImplementation ofAbstractInheritFromHierarchyMergeStrategy.classInheritVersionsMergeStrategyImplementation ofAbstractInheritFromHierarchyMergeStrategy.Constructor parameters in org.craftercms.core.xml.mergers.impl.strategies with type arguments of type AbstractInheritFromHierarchyMergeStrategy Constructor Description CompositeInheritFromHierarchyMergeStrategy(List<AbstractInheritFromHierarchyMergeStrategy> strategies)
-