Class Mounter

java.lang.Object
org.apache.jackrabbit.vault.fs.Mounter

public final class Mounter extends Object
Utility method to mount a JCR FS. The filesystem is mounted relative to the given mountpoint and rooted at rootPath. For example if the mountpoint is http://.../test/export and the rootPath is /foo, then the filesystem's root node has a internal repository path "/foo" that corresponds to the "real" repository node at "/test/export". The workspace filter will be matched against the filesystem paths (e.g. /foo).