Uses of Class
org.apache.jackrabbit.vault.fs.impl.VaultFileImpl
-
Packages that use VaultFileImpl Package Description org.apache.jackrabbit.vault.fs.impl -
-
Uses of VaultFileImpl in org.apache.jackrabbit.vault.fs.impl
Methods in org.apache.jackrabbit.vault.fs.impl that return VaultFileImpl Modifier and Type Method Description VaultFileImpl
VaultFileImpl. getChild(String name)
protected VaultFileImpl
VaultFileImpl. getOrAddChild(String name)
Returns the child of the given name or creates and adds a new one.VaultFileImpl
VaultFileImpl. getParent()
Methods in org.apache.jackrabbit.vault.fs.impl that return types with arguments of type VaultFileImpl Modifier and Type Method Description protected List<VaultFileImpl>
VaultFileNode. getFiles()
-