Class ImagePath.PathEntry

  • Enclosing class:
    ImagePath

    public static class ImagePath.PathEntry
    extends Object
    represents an imagepath entry
    • Method Detail

      • isValid

        public boolean isValid()
      • isFile

        public boolean isFile()
      • isJar

        public boolean isJar()
      • isHTTP

        public boolean isHTTP()
      • getPath

        public String getPath()
      • getFile

        public File getFile()
      • getURL

        public URL getURL()