Uses of Class
org.apache.jackrabbit.vault.fs.impl.VaultFileNode
-
Packages that use VaultFileNode Package Description org.apache.jackrabbit.vault.fs.impl -
-
Uses of VaultFileNode in org.apache.jackrabbit.vault.fs.impl
Methods in org.apache.jackrabbit.vault.fs.impl that return VaultFileNode Modifier and Type Method Description VaultFileNodeVaultFileNode. getParent()Methods in org.apache.jackrabbit.vault.fs.impl that return types with arguments of type VaultFileNode Modifier and Type Method Description Collection<VaultFileNode>VaultFileNode. getChildren()Methods in org.apache.jackrabbit.vault.fs.impl with parameters of type VaultFileNode Modifier and Type Method Description protected voidVaultFileImpl. addPendingNode(VaultFileNode n)Adds a node to the map of pending onesprotected voidVaultFileImpl. attach(VaultFileNode node, Artifact a)protected voidVaultFileImpl. init(VaultFileNode node, Artifact a)(re)initializes this fileConstructors in org.apache.jackrabbit.vault.fs.impl with parameters of type VaultFileNode Constructor Description VaultFileImpl(VaultFileSystem fs, String rootPath, VaultFileNode node)Internal constructor for the root fileVaultFileImpl(VaultFileSystem fs, String name, VaultFileNode node, Artifact artifact)Internal constructorVaultFileNode(VaultFileNode parent, AggregateImpl node)
-