Uses of Class
org.apache.jackrabbit.vault.fs.api.MultiPathMapping
-
Packages that use MultiPathMapping Package Description org.apache.jackrabbit.vault.fs.api -
-
Uses of MultiPathMapping in org.apache.jackrabbit.vault.fs.api
Methods in org.apache.jackrabbit.vault.fs.api that return MultiPathMapping Modifier and Type Method Description MultiPathMapping
MultiPathMapping. link(@NotNull String src, @NotNull String dst)
Creates a new link from the pathsrc
to the pathdst
@NotNull MultiPathMapping
MultiPathMapping. merge(@Nullable MultiPathMapping base)
Merges the links from the given base mappingMethods in org.apache.jackrabbit.vault.fs.api with parameters of type MultiPathMapping Modifier and Type Method Description @NotNull MultiPathMapping
MultiPathMapping. merge(@Nullable MultiPathMapping base)
Merges the links from the given base mapping
-