Class WebPath

    • Constructor Detail

      • WebPath

        public WebPath(int ups,
                       Iterable<String> components,
                       boolean isDir)
    • Method Detail

      • getUps

        public int getUps()
      • isDir

        public boolean isDir()
      • getNameCount

        public int getNameCount()
      • getName

        public String getName(int i)
      • getFileName

        public String getFileName()
      • toString

        public String toString()
      • hashCode

        public int hashCode()
      • equals

        public boolean equals(Object obj)
      • subPathFrom

        public WebPath subPathFrom(int from)
      • subPathTo

        public WebPath subPathTo(int to)