Class ELFile

    • Field Detail

      • FILE_NAME_COMPARATOR

        public static final Comparator<ELFile> FILE_NAME_COMPARATOR
    • Constructor Detail

      • ELFile

        protected ELFile​(ELVolume volume)
    • Method Detail

      • getURL

        public abstract String getURL()
      • getAbsoluteURL

        public abstract String getAbsoluteURL()
      • getThumbnailURL

        public abstract String getThumbnailURL()
      • getVolume

        public ELVolume getVolume()
      • getFile

        public abstract File getFile()
      • getChildren

        public abstract List<ELFile> getChildren()
      • getParentFile

        public abstract ELFile getParentFile()
      • isRoot

        public boolean isRoot()
      • isDirectory

        public boolean isDirectory()
      • getRelativePath

        public String getRelativePath()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getPath

        public String getPath()
      • updateInfo

        public void updateInfo​(javax.servlet.http.HttpServletRequest request,
                               javax.servlet.http.HttpServletResponse respones)
      • getDimension

        public String getDimension()