Class PathChunk


  • public class PathChunk
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PathChunk​(java.lang.String path)  
      PathChunk​(java.lang.String path, boolean param)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPath()  
      boolean isParam()  
      void setParam​(boolean param)  
      void setPath​(java.lang.String path)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PathChunk

        public PathChunk​(java.lang.String path)
      • PathChunk

        public PathChunk​(java.lang.String path,
                         boolean param)
    • Method Detail

      • getPath

        public java.lang.String getPath()
      • setPath

        public void setPath​(java.lang.String path)
      • isParam

        public boolean isParam()
      • setParam

        public void setParam​(boolean param)