|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Path | |
---|---|
org.jboss.dna.common.jcr | |
org.jboss.dna.repository.sequencers |
Uses of Path in org.jboss.dna.common.jcr |
---|
Fields in org.jboss.dna.common.jcr declared as Path | |
---|---|
static Path |
Path.ROOT
|
Methods in org.jboss.dna.common.jcr that return Path | |
---|---|
Path |
Path.append(java.lang.String... segments)
Create a path by appending a single segment without decoding any of the characters. |
Path |
Path.append(java.lang.String segment)
Create a path by appending a single segment without decoding any of the characters. |
Path |
Path.append(java.lang.String[] segments,
TextEncoder encoder)
Create a path by appending multiple segment. |
Path |
Path.append(java.lang.String segment,
TextEncoder encoder)
Create a path by appending a single segment. |
Path |
Path.clone()
|
Path |
Path.getAncestor()
Return the path to the parent, or this path if it is the root . |
Path |
Path.getAncestor(int degree)
Return the path to the ancestor of the supplied degree. |
Path |
Path.getCanonicalPath()
Get the canonical form of this path. |
Path |
Path.getCommonAncestor(Path that)
|
Path |
Path.getNormalizedPath()
Get a normalized path with as many ".." segments and all "." resolved. |
Path |
Path.relativeTo(Path startingPath)
Get a relative path from the supplied path to this path. |
Path |
Path.resolve(Path relativePath)
Get the absolute path by resolving the supplied relative (non-absolute) path against this absolute path. |
Path |
Path.resolve(java.lang.String relativePath)
Get the absolute path by resolving the supplied relative (non-absolute) path against this absolute path. |
Path |
Path.resolve(java.lang.String relativePath,
TextEncoder encoder)
Get the absolute path by resolving the supplied relative (non-absolute) path against this absolute path. |
Path |
Path.resolveAgainst(Path absolutePath)
Get the absolute path by resolving this relative (non-absolute) path against the supplied absolute path. |
Path |
Path.resolveAgainst(java.lang.String absolutePath)
Get the absolute path by resolving this relative (non-absolute) path against the supplied absolute path. |
Path |
Path.resolveAgainst(java.lang.String absolutePath,
TextEncoder encoder)
Get the absolute path by resolving this relative (non-absolute) path against the supplied absolute path. |
Methods in org.jboss.dna.common.jcr with parameters of type Path | |
---|---|
int |
Path.compareTo(Path that)
|
Path |
Path.getCommonAncestor(Path that)
|
boolean |
Path.hasSameAncestor(Path that)
|
boolean |
Path.isAncestorOf(Path decendant)
Determine whether this path is an ancestor of the supplied path. |
boolean |
Path.isDecendantOf(Path ancestor)
Determine whether this path is an decendant of the supplied path. |
boolean |
Path.isSame(Path other)
Determine whether this path represents the same as the supplied path. |
Path |
Path.relativeTo(Path startingPath)
Get a relative path from the supplied path to this path. |
Path |
Path.resolve(Path relativePath)
Get the absolute path by resolving the supplied relative (non-absolute) path against this absolute path. |
Path |
Path.resolveAgainst(Path absolutePath)
Get the absolute path by resolving this relative (non-absolute) path against the supplied absolute path. |
Uses of Path in org.jboss.dna.repository.sequencers |
---|
Methods in org.jboss.dna.repository.sequencers that return Path | |
---|---|
Path |
SequencerOutputMap.Entry.getPath()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |