java.lang.Object
org.xbib.net.path.structure.PathSegment
- Alle implementierten Schnittstellen:
Comparable<PathSegment>
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintbooleanvoidsetCatchAll(boolean catchAll) voidsetParameterNames(List<String> parameterNames) voidsetPattern(Pattern pattern) voidtoString()
-
Konstruktordetails
-
PathSegment
public PathSegment()
-
-
Methodendetails
-
setString
-
getString
-
setPattern
-
getPattern
-
setParameterNames
-
getParameterNames
-
setCatchAll
public void setCatchAll(boolean catchAll) -
isCatchAll
public boolean isCatchAll() -
toString
-
compareTo
- Angegeben von:
compareToin SchnittstelleComparable<PathSegment>
-