Modifier and Type | Method and Description |
---|---|
boolean |
allowsChildren()
Checks if this artifact node possibly allows children, i.e.
|
Aggregate |
getAggregate(java.lang.String relPath) |
ArtifactSet |
getArtifacts()
Returns the artifacts of this node.
|
java.util.Collection<Property> |
getBinaries()
Returns the collection of binary properties in this aggregate
|
java.util.List<? extends Aggregate> |
getLeaves()
Returns the leaves of this aggregate or
null . |
AggregateManager |
getManager()
Returns the artifact manager this node belongs to.
|
java.lang.String |
getName()
Returns the name of this aggregate.
|
java.lang.String[] |
getNamespacePrefixes() |
java.lang.String |
getNamespaceURI(java.lang.String prefix) |
Node |
getNode() |
Aggregate |
getParent() |
java.lang.String |
getPath() |
java.lang.String |
getRelPath()
Returns the relative path of this aggregate in respect to it's parent
aggregate.
|
RepositoryAddress |
getRepositoryAddress()
Returns the (absolute) repository address to the node that this artifact
node represents.
|
boolean |
hasNode() |
boolean |
isAttached()
Checks if this aggregate has an aggregator and its node exists.
|
Node getNode() throws RepositoryException
RepositoryException
boolean hasNode() throws RepositoryException
RepositoryException
Aggregate getParent()
java.lang.String getPath()
RepositoryAddress getRepositoryAddress() throws RepositoryException
RepositoryException
- if an error occurs.boolean allowsChildren()
true
if this artifact node allows children;
false
otherwise.java.lang.String getRelPath()
java.lang.String getName()
java.util.List<? extends Aggregate> getLeaves() throws RepositoryException
null
.RepositoryException
- if an error occursAggregate getAggregate(java.lang.String relPath) throws RepositoryException
RepositoryException
ArtifactSet getArtifacts() throws RepositoryException
RepositoryException
- if this file is not attached to the fs, yet.AggregateManager getManager()
boolean isAttached() throws RepositoryException
true
if this aggregate is attachedRepositoryException
- if an error occursjava.lang.String[] getNamespacePrefixes()
java.lang.String getNamespaceURI(java.lang.String prefix) throws RepositoryException
RepositoryException
java.util.Collection<Property> getBinaries()
null
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"