Class Path

  • Direct Known Subclasses:
    FilePath

    public class Path
    extends Object
    Represents a path in a format as used often in ipr and iml files.
    • Method Detail

      • getUrl

        public String getUrl()
        The url of the path. Must not be null.
      • getRelPath

        public String getRelPath()
        The relative path of the path. Must not be null.
      • getCanonicalUrl

        public String getCanonicalUrl()
        Canonical url.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object