public interface NormalisedPath
Normalised paths are devoid of path prefixes and contain a normalised starting/ending slash to make comparisons easier.
| Modifier and Type | Method and Description |
|---|---|
boolean |
isParam(int index) |
String |
normalised() |
String |
original() |
String |
paramName(int index) |
String |
part(int index) |
List<String> |
parts() |
String part(int index)
index - position of partIndexOutOfBoundsException - if the provided index is not a valid indexboolean isParam(int index)
index - position of partIndexOutOfBoundsException - if the provided index is not a valid indexString paramName(int index)
index - position of partnullIndexOutOfBoundsException - if the provided index is not a valid indexString original()
String normalised()
Copyright © 2017. All rights reserved.