java.lang.Object
org.xbib.net.path.structure.Path
- Bekannte direkte Unterklassen:
PathMatcher
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanintintintintintinthashCode()protected final voidbooleanbooleanbooleanbooleanbooleanbooleanstatic Pathprotected final List<PathSegment> protected static List<PathSegment>
-
Felddetails
-
PARAMETER_PATTERN
-
CATCH_ALL
- Siehe auch:
-
pathSpec
-
pathSeparator
-
trimTokens
protected boolean trimTokens -
caseSensitive
protected boolean caseSensitive -
segments
-
-
Konstruktordetails
-
Path
public Path() -
Path
-
Path
-
-
Methodendetails
-
of
-
init
-
getPathSpec
-
getPathSeparator
-
isTrimTokens
public boolean isTrimTokens() -
isCaseSensitive
public boolean isCaseSensitive() -
getParameterCount
public int getParameterCount() -
getSingleWildcards
public int getSingleWildcards() -
getDoubleWildcards
public int getDoubleWildcards() -
isLeastSpecific
public boolean isLeastSpecific() -
isPrefixPattern
public boolean isPrefixPattern() -
getTotalCount
public int getTotalCount() -
isCatchAllPattern
public boolean isCatchAllPattern() -
isWildCard
public boolean isWildCard() -
getLength
public int getLength() -
equals
-
hashCode
public int hashCode() -
tokenize
-
tokenize
protected static List<PathSegment> tokenize(String string, String pathSeparator, boolean trimTokens, boolean caseSensitive)
-