Uses of Interface
org.apache.jackrabbit.vault.fs.api.PathMapping
-
-
Uses of PathMapping in org.apache.jackrabbit.vault.fs.api
Classes in org.apache.jackrabbit.vault.fs.api that implement PathMapping Modifier and Type Class Description class
MultiPathMapping
Implements a path mapping that supports multiple symlinksclass
RegexpPathMapping
Implements a path mapping that supports regular expressions, i.e.class
SimplePathMapping
Implements a simple path mapping that strips and prefixes a path.Fields in org.apache.jackrabbit.vault.fs.api declared as PathMapping Modifier and Type Field Description static PathMapping
PathMapping. IDENTITY
Implements an identity mappingMethods in org.apache.jackrabbit.vault.fs.api with parameters of type PathMapping Modifier and Type Method Description @NotNull PathFilter
PathFilter. translate(@Nullable PathMapping mapping)
Translates this path filter with the given mapping.@NotNull PathFilterSet
PathFilterSet. translate(@Nullable PathMapping mapping)
Translates this path filter with the given mapping.@NotNull WorkspaceFilter
WorkspaceFilter. translate(@Nullable PathMapping mapping)
Translates this workspace filter using the given path mapping. -
Uses of PathMapping in org.apache.jackrabbit.vault.fs.config
Methods in org.apache.jackrabbit.vault.fs.config with parameters of type PathMapping Modifier and Type Method Description WorkspaceFilter
DefaultWorkspaceFilter. translate(PathMapping mapping)
Translates this workspace filter using the given path mapping. -
Uses of PathMapping in org.apache.jackrabbit.vault.fs.filter
Methods in org.apache.jackrabbit.vault.fs.filter with parameters of type PathMapping Modifier and Type Method Description PathFilter
DefaultPathFilter. translate(PathMapping mapping)
Translates this path filter with the given mapping. -
Uses of PathMapping in org.apache.jackrabbit.vault.fs.io
Methods in org.apache.jackrabbit.vault.fs.io that return PathMapping Modifier and Type Method Description PathMapping
ImportOptions. getPathMapping()
Defines a path mapping that is applied to the incoming package paths and filter when installing the package.Methods in org.apache.jackrabbit.vault.fs.io with parameters of type PathMapping Modifier and Type Method Description void
ImportOptions. setPathMapping(PathMapping pathMapping)
Sets the path mappingConstructors in org.apache.jackrabbit.vault.fs.io with parameters of type PathMapping Constructor Description MappedArchive(Archive base, PathMapping mapping)
-
Uses of PathMapping in org.apache.jackrabbit.vault.packaging
Methods in org.apache.jackrabbit.vault.packaging with parameters of type PathMapping Modifier and Type Method Description WorkspaceFilter
ScopedWorkspaceFilter. translate(PathMapping mapping)
-
Uses of PathMapping in org.apache.jackrabbit.vault.vlt.meta
Methods in org.apache.jackrabbit.vault.vlt.meta with parameters of type PathMapping Modifier and Type Method Description @NotNull PathFilter
Ignored. translate(@Nullable PathMapping mapping)
-