Uses of Class
org.apache.jackrabbit.vault.fs.api.RegexpPathMapping
Packages that use RegexpPathMapping
-
Uses of RegexpPathMapping in org.apache.jackrabbit.vault.fs.api
Methods in org.apache.jackrabbit.vault.fs.api that return RegexpPathMappingModifier and TypeMethodDescription<K,V> @NotNull RegexpPathMapping RegexpPathMapping.addAllMappings(@NotNull Map<K, V> pathsMappingMap) Allows importing mappings specified in data structure such as Map or Properties.@NotNull RegexpPathMappingRegexpPathMapping.addMapping(@NotNull String fromPattern, @NotNull String toPattern) Add a new mapping based on regular expression.@NotNull RegexpPathMappingRegexpPathMapping.merge(@Nullable RegexpPathMapping base) Merges the regexp mapping from the given base mapping.Methods in org.apache.jackrabbit.vault.fs.api with parameters of type RegexpPathMappingModifier and TypeMethodDescription@NotNull RegexpPathMappingRegexpPathMapping.merge(@Nullable RegexpPathMapping base) Merges the regexp mapping from the given base mapping.