Class VaultFileNode
java.lang.Object
org.apache.jackrabbit.vault.fs.impl.VaultFileNode
- All Implemented Interfaces:
Dumpable
The jcr file node combines the aggregates with the Vault file. each file
node produces a list of jcr files, composed out of the artifacts on the
artifacts node. the Vault files are the inserted into the overall hierarchy
of the Vault filesystem.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddump(DumpContext ctx, boolean isLast) Dumps some human readable information using the given context.protected List<VaultFileImpl>getFiles()getName()getPath()void
-
Constructor Details
-
VaultFileNode
- Throws:
RepositoryException
-
-
Method Details
-
getName
-
getPath
-
getChildren
- Throws:
RepositoryException
-
getAggregate
-
invalidate
public void invalidate() -
getParent
-
dump
Dumps some human readable information using the given context. -
getFiles
-