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