Package org.javlo.module.file
Class JavloELFile
- java.lang.Object
-
- org.javlo.module.file.ELFile
-
- org.javlo.module.file.JavloELFile
-
- Direct Known Subclasses:
RootJavloELFile
public class JavloELFile extends ELFile
-
-
Field Summary
-
Fields inherited from class org.javlo.module.file.ELFile
FILE_NAME_COMPARATOR
-
-
Constructor Summary
Constructors Constructor Description JavloELFile(ELVolume volume, File file, ELFile parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAbsoluteURL()List<ELFile>getChildren()ContentContextgetContentContext()StringgetDimension()FilegetFile()JavloELFilegetParentFile()StaticInfogetStaticInfo()StringgetThumbnailURL()StringgetURL()booleanisRoot()-
Methods inherited from class org.javlo.module.file.ELFile
equals, getPath, getRelativePath, getVolume, hashCode, isDirectory, toString, updateInfo
-
-
-
-
Method Detail
-
getChildren
public List<ELFile> getChildren()
- Specified by:
getChildrenin classELFile
-
getParentFile
public JavloELFile getParentFile()
- Specified by:
getParentFilein classELFile
-
getContentContext
public ContentContext getContentContext()
-
getStaticInfo
public StaticInfo getStaticInfo() throws Exception
- Throws:
Exception
-
getAbsoluteURL
public String getAbsoluteURL()
- Specified by:
getAbsoluteURLin classELFile
-
getThumbnailURL
public String getThumbnailURL()
- Specified by:
getThumbnailURLin classELFile
-
getDimension
public String getDimension()
- Overrides:
getDimensionin classELFile
-
-