Klasse Path

java.lang.Object
org.xbib.net.path.simple.Path

public class Path extends Object
  • Konstruktordetails

    • Path

      public Path(String pattern)
  • Methodendetails

    • of

      public static Path of(String string)
    • getPattern

      public String getPattern()
    • getUriVars

      public int getUriVars()
    • getSingleWildcards

      public int getSingleWildcards()
    • getDoubleWildcards

      public int getDoubleWildcards()
    • isLeastSpecific

      public boolean isLeastSpecific()
    • isPrefixPattern

      public boolean isPrefixPattern()
    • getTotalCount

      public int getTotalCount()
    • getLength

      public int getLength()
    • isCatchAllPattern

      public boolean isCatchAllPattern()
    • isWildCard

      public boolean isWildCard()
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object