| Package | Description |
|---|---|
| org.apache.jetspeed.util |
| Modifier and Type | Method and Description |
|---|---|
Path |
Path.addSegment(String segment)
Adds this segment to the end of the path but before the current file
segment, if one exists.
|
Path |
Path.getChild(Path childPath) |
Path |
Path.getChild(String childPath) |
Path |
Path.getSubPath(int beginAtSegment) |
Path |
Path.getSubPath(int beginAtSegment,
int endSegment) |
Path |
Path.removeLastPathSegment()
Removes the last directory segment in this path.
|
| Modifier and Type | Method and Description |
|---|---|
Path |
Path.getChild(Path childPath) |
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.