Class DefaultEntryHandlersManager
java.lang.Object
org.apache.sling.feature.cpconverter.handlers.DefaultEntryHandlersManager
- All Implemented Interfaces:
EntryHandlersManager
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultEntryHandlersManager
(@NotNull Map<String, String> configs, boolean enforceConfigurationsAndBundlesBelowProperFolder, @NotNull ContentPackage2FeatureModelConverter.SlingInitialContentPolicy slingInitialContentPolicy, @NotNull String systemUserRelPath) DefaultEntryHandlersManager
(@NotNull Map<String, String> configs, boolean enforceConfigurationsAndBundlesBelowProperFolder, @NotNull ContentPackage2FeatureModelConverter.SlingInitialContentPolicy slingInitialContentPolicy, @NotNull BundleSlingInitialContentExtractor bundleSlingInitialContentExtractor, @NotNull String systemUserRelPath) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addEntryHandler
(@NotNull EntryHandler handler) @Nullable EntryHandler
getEntryHandlerByEntryPath
(@NotNull String path)
-
Constructor Details
-
DefaultEntryHandlersManager
public DefaultEntryHandlersManager() -
DefaultEntryHandlersManager
public DefaultEntryHandlersManager(@NotNull @NotNull Map<String, String> configs, boolean enforceConfigurationsAndBundlesBelowProperFolder, @NotNull @NotNull ContentPackage2FeatureModelConverter.SlingInitialContentPolicy slingInitialContentPolicy, @NotNull @NotNull String systemUserRelPath) -
DefaultEntryHandlersManager
public DefaultEntryHandlersManager(@NotNull @NotNull Map<String, String> configs, boolean enforceConfigurationsAndBundlesBelowProperFolder, @NotNull @NotNull ContentPackage2FeatureModelConverter.SlingInitialContentPolicy slingInitialContentPolicy, @NotNull @NotNull BundleSlingInitialContentExtractor bundleSlingInitialContentExtractor, @NotNull @NotNull String systemUserRelPath)
-
-
Method Details
-
addEntryHandler
- Specified by:
addEntryHandler
in interfaceEntryHandlersManager
-
getEntryHandlerByEntryPath
- Specified by:
getEntryHandlerByEntryPath
in interfaceEntryHandlersManager
-