public class DefaultEntryHandlersManager extends Object implements EntryHandlersManager
Constructor and Description |
---|
DefaultEntryHandlersManager() |
DefaultEntryHandlersManager(@NotNull Map<String,String> configs,
boolean enforceConfigurationsAndBundlesBelowProperFolder,
@NotNull ContentPackage2FeatureModelConverter.SlingInitialContentPolicy slingInitialContentPolicy,
@NotNull BundleSlingInitialContentExtractor bundleSlingInitialContentExtractor,
@NotNull String systemUserRelPath) |
DefaultEntryHandlersManager(@NotNull Map<String,String> configs,
boolean enforceConfigurationsAndBundlesBelowProperFolder,
@NotNull ContentPackage2FeatureModelConverter.SlingInitialContentPolicy slingInitialContentPolicy,
@NotNull String systemUserRelPath) |
Modifier and Type | Method and Description |
---|---|
void |
addEntryHandler(@NotNull EntryHandler handler) |
@Nullable EntryHandler |
getEntryHandlerByEntryPath(@NotNull String path) |
public DefaultEntryHandlersManager()
public DefaultEntryHandlersManager(@NotNull @NotNull Map<String,String> configs, boolean enforceConfigurationsAndBundlesBelowProperFolder, @NotNull @NotNull ContentPackage2FeatureModelConverter.SlingInitialContentPolicy slingInitialContentPolicy, @NotNull @NotNull String systemUserRelPath)
public DefaultEntryHandlersManager(@NotNull @NotNull Map<String,String> configs, boolean enforceConfigurationsAndBundlesBelowProperFolder, @NotNull @NotNull ContentPackage2FeatureModelConverter.SlingInitialContentPolicy slingInitialContentPolicy, @NotNull @NotNull BundleSlingInitialContentExtractor bundleSlingInitialContentExtractor, @NotNull @NotNull String systemUserRelPath)
public void addEntryHandler(@NotNull @NotNull EntryHandler handler)
addEntryHandler
in interface EntryHandlersManager
@Nullable public @Nullable EntryHandler getEntryHandlerByEntryPath(@NotNull @NotNull String path)
getEntryHandlerByEntryPath
in interface EntryHandlersManager
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.