Uses of Interface
org.apache.sling.feature.cpconverter.handlers.EntryHandlersManager
-
Packages that use EntryHandlersManager Package Description org.apache.sling.feature.cpconverter Content Package to Feature Model converter tool for Apache Sling.org.apache.sling.feature.cpconverter.handlers Definition and default implementations of the org.apache.sling.feature.cpconverter.handlers.EntryHandler service to handle resources while scanning Apache Jackrabbit Vault packages, such as ACLs, OSGi bundles & configurations and nested content packages. -
-
Uses of EntryHandlersManager in org.apache.sling.feature.cpconverter
Methods in org.apache.sling.feature.cpconverter with parameters of type EntryHandlersManager Modifier and Type Method Description @NotNull ContentPackage2FeatureModelConverter
ContentPackage2FeatureModelConverter. setEntryHandlersManager(@Nullable EntryHandlersManager handlersManager)
-
Uses of EntryHandlersManager in org.apache.sling.feature.cpconverter.handlers
Classes in org.apache.sling.feature.cpconverter.handlers that implement EntryHandlersManager Modifier and Type Class Description class
DefaultEntryHandlersManager
-