-
Method Summary
boolean
Checks if this artifact node possibly allows children, i.e. is a folder.
Returns the artifacts of this node.
Returns the collection of binary properties in this aggregate
Returns the leaves of this aggregate or null.
Returns the artifact manager this node belongs to.
Returns the name of this aggregate.
Returns the relative path of this aggregate in respect to it's parent
aggregate.
Returns the (absolute) repository address to the node that this artifact
node represents.
boolean
boolean
Checks if this aggregate has an aggregator and its node exists.
Methods inherited from interface org.apache.jackrabbit.vault.fs.api.Dumpable
dump
-
Method Details
-
-
-
-
-
getRepositoryAddress
Returns the (absolute) repository address to the node that this artifact
node represents.
- Returns:
- the repository address
- Throws:
RepositoryException - if an error occurs.
-
allowsChildren
boolean allowsChildren()
Checks if this artifact node possibly allows children, i.e. is a folder.
- Returns:
true if this artifact node allows children;
false otherwise.
-
getRelPath
Returns the relative path of this aggregate in respect to it's parent
aggregate.
- Returns:
- the relative path
-
getName
Returns the name of this aggregate.
- Returns:
- the name of this aggregate.
-
getLeaves
Returns the leaves of this aggregate or null.
- Returns:
- the leaves
- Throws:
RepositoryException - if an error occurs
-
-
getArtifacts
Returns the artifacts of this node.
- Returns:
- the artifacts
- Throws:
RepositoryException - if this file is not attached to the fs, yet.
-
getManager
Returns the artifact manager this node belongs to.
- Returns:
- the Vault filesystem.
-
isAttached
Checks if this aggregate has an aggregator and its node exists.
- Returns:
true if this aggregate is attached
- Throws:
RepositoryException - if an error occurs
-
getNamespacePrefixes
String[] getNamespacePrefixes()
-
-
getBinaries
Returns the collection of binary properties in this aggregate
- Returns:
- the binaries or
null