| Package | Description |
|---|---|
| com.mulesoft.jaxrs.raml.annotation.model |
| Modifier and Type | Field and Description |
|---|---|
static Path |
Path.EMPTY
Constant value containing the empty path with no device.
|
static Path |
Path.ROOT
Constant value containing the root path with no device.
|
| Modifier and Type | Method and Description |
|---|---|
Path |
Path.addFileExtension(String extension)
addFileExtension.
|
Path |
Path.addTrailingSeparator()
addTrailingSeparator.
|
Path |
Path.append(Path tail)
append.
|
Path |
Path.append(String tail)
append.
|
static Path |
Path.fromOSString(String pathString)
Constructs a new path from the given string path.
|
static Path |
Path.fromPortableString(String pathString)
Constructs a new path from the given path string.
|
Path |
Path.makeAbsolute()
makeAbsolute.
|
Path |
Path.makeRelative()
makeRelative.
|
Path |
Path.makeRelativeTo(Path base) |
Path |
Path.makeUNC(boolean toUNC)
makeUNC.
|
Path |
Path.removeFileExtension()
removeFileExtension.
|
Path |
Path.removeFirstSegments(int count)
removeFirstSegments.
|
Path |
Path.removeLastSegments(int count)
removeLastSegments.
|
Path |
Path.removeTrailingSeparator()
removeTrailingSeparator.
|
Path |
Path.setDevice(String value)
Setter for the field
device. |
Path |
Path.uptoSegment(int count)
uptoSegment.
|
| Modifier and Type | Method and Description |
|---|---|
Path |
Path.append(Path tail)
append.
|
boolean |
Path.isPrefixOf(Path anotherPath)
isPrefixOf.
|
Path |
Path.makeRelativeTo(Path base) |
int |
Path.matchingFirstSegments(Path anotherPath)
matchingFirstSegments.
|
Copyright © 2015 Mulesoft. All rights reserved.