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 classMultiPathMappingImplements a path mapping that supports multiple symlinksclassRegexpPathMappingImplements a path mapping that supports regular expressions, i.e.classSimplePathMappingImplements 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 PathMappingPathMapping. IDENTITYImplements an identity mappingMethods in org.apache.jackrabbit.vault.fs.api with parameters of type PathMapping Modifier and Type Method Description @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 PathMapping Modifier and Type Method Description WorkspaceFilterDefaultWorkspaceFilter. 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 PathFilterDefaultPathFilter. 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 PathMappingImportOptions. 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 voidImportOptions. 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 WorkspaceFilterScopedWorkspaceFilter. 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 PathFilterIgnored. translate(@Nullable PathMapping mapping)
-