Uses of Interface
org.apache.jackrabbit.vault.fs.api.PathMapping
Packages that use PathMapping
Package
Description
-
Uses of PathMapping in org.apache.jackrabbit.vault.fs.api
Classes in org.apache.jackrabbit.vault.fs.api that implement PathMappingModifier and TypeClassDescriptionclassImplements a path mapping that supports multiple symlinksfinal classImplements a path mapping that supports regular expressions, i.e.classImplements a simple path mapping that strips and prefixes a path.Fields in org.apache.jackrabbit.vault.fs.api declared as PathMappingModifier and TypeFieldDescriptionstatic final PathMappingPathMapping.IDENTITYImplements an identity mappingMethods in org.apache.jackrabbit.vault.fs.api with parameters of type PathMappingModifier and TypeMethodDescription@NotNull PathFilterPathFilter.translate(@Nullable PathMapping mapping) Translates this path filter with the given mapping.@NotNull PathFilterSetPathFilterSet.translate(@Nullable PathMapping mapping) Translates this path filter with the given mapping.@NotNull WorkspaceFilterWorkspaceFilter.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 PathMappingModifier and TypeMethodDescriptionDefaultWorkspaceFilter.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 PathMappingModifier and TypeMethodDescriptionDefaultPathFilter.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 PathMappingModifier and TypeMethodDescriptionImportOptions.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 PathMappingModifier and TypeMethodDescriptionvoidImportOptions.setPathMapping(PathMapping pathMapping) Sets the path mappingConstructors in org.apache.jackrabbit.vault.fs.io with parameters of type PathMapping -
Uses of PathMapping in org.apache.jackrabbit.vault.packaging
Methods in org.apache.jackrabbit.vault.packaging with parameters of type PathMapping -
Uses of PathMapping in org.apache.jackrabbit.vault.vlt.meta
Methods in org.apache.jackrabbit.vault.vlt.meta with parameters of type PathMappingModifier and TypeMethodDescription@NotNull PathFilterIgnored.translate(@Nullable PathMapping mapping)