Uses of Interface
org.apache.sling.feature.cpconverter.handlers.EntryHandler
-
Packages that use EntryHandler Package Description 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 EntryHandler in org.apache.sling.feature.cpconverter.handlers
Classes in org.apache.sling.feature.cpconverter.handlers that implement EntryHandler Modifier and Type Class Description classAbstractContentPackageHandlerclassBundleEntryHandlerclassConfigurationEntryHandlerclassContentPackageEntryHandlerclassDefaultHandlerclassGroupEntryHandlerclassIndexDefinitionsEntryHandlerHandler for Jackrabbit Oak index definitionsclassJsonConfigurationEntryHandlerclassNodeTypesEntryHandlerclassPrivilegesHandlerclassPropertiesConfigurationEntryHandlerclassRepPolicyEntryHandlerclassRepPrincipalPolicyEntryHandlerclassRepRepoPolicyEntryHandlerclassSlingInitialContentBundleHandlerclassUsersEntryHandlerclassVersionResolverContentPackageEntryHandlerclassXmlConfigurationEntryHandlerMethods in org.apache.sling.feature.cpconverter.handlers that return EntryHandler Modifier and Type Method Description @Nullable EntryHandlerDefaultEntryHandlersManager. getEntryHandlerByEntryPath(@NotNull String path)@Nullable EntryHandlerEntryHandlersManager. getEntryHandlerByEntryPath(@NotNull String path)default EntryHandlerEntryHandler. withConfig(@NotNull String config)EntryHandlerGroupEntryHandler. withConfig(@NotNull String config)EntryHandlerUsersEntryHandler. withConfig(@NotNull String config)Methods in org.apache.sling.feature.cpconverter.handlers with parameters of type EntryHandler Modifier and Type Method Description voidDefaultEntryHandlersManager. addEntryHandler(@NotNull EntryHandler handler)voidEntryHandlersManager. addEntryHandler(@NotNull EntryHandler handler)
-