Uses of Class
org.apache.jackrabbit.vault.vlt.VltDirectory
-
Packages that use VltDirectory Package Description org.apache.jackrabbit.vault.vlt -
-
Uses of VltDirectory in org.apache.jackrabbit.vault.vlt
Methods in org.apache.jackrabbit.vault.vlt that return VltDirectory Modifier and Type Method Description VltDirectory
VltFile. descend()
VltDirectory
VltDirectory. getParent()
Methods in org.apache.jackrabbit.vault.vlt with parameters of type VltDirectory Modifier and Type Method Description void
VltContext. setFsRoot(VltDirectory dir)
Sets the filesystem root to the aggregate path defined by the entries of the given directory.Constructors in org.apache.jackrabbit.vault.vlt with parameters of type VltDirectory Constructor Description FileList(VltDirectory dir, VltEntries entries)
VltFile(VltDirectory parent, String name, VltEntry entry)
-