Package org.javlo.module.file
Class ELFile
- java.lang.Object
-
- org.javlo.module.file.ELFile
-
- Direct Known Subclasses:
JavloELFile
public abstract class ELFile extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static Comparator<ELFile>FILE_NAME_COMPARATOR
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)abstract StringgetAbsoluteURL()abstract List<ELFile>getChildren()StringgetDimension()abstract FilegetFile()abstract ELFilegetParentFile()StringgetPath()StringgetRelativePath()abstract StringgetThumbnailURL()abstract StringgetURL()ELVolumegetVolume()inthashCode()booleanisDirectory()booleanisRoot()StringtoString()voidupdateInfo(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse respones)
-
-
-
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()
-
getParentFile
public abstract ELFile getParentFile()
-
isRoot
public boolean isRoot()
-
isDirectory
public boolean isDirectory()
-
getRelativePath
public String getRelativePath()
-
getPath
public String getPath()
-
updateInfo
public void updateInfo(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse respones)
-
getDimension
public String getDimension()
-
-