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 VaultFileNode
VaultFileNode. 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 void
VaultFileImpl. addPendingNode(VaultFileNode n)
Adds a node to the map of pending onesprotected void
VaultFileImpl. attach(VaultFileNode node, Artifact a)
protected void
VaultFileImpl. 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)
-