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 String
getAbsoluteURL()
List<ELFile>
getChildren()
ContentContext
getContentContext()
String
getDimension()
File
getFile()
JavloELFile
getParentFile()
StaticInfo
getStaticInfo()
String
getThumbnailURL()
String
getURL()
boolean
isRoot()
-
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:
getChildren
in classELFile
-
getParentFile
public JavloELFile getParentFile()
- Specified by:
getParentFile
in classELFile
-
getContentContext
public ContentContext getContentContext()
-
getStaticInfo
public StaticInfo getStaticInfo() throws Exception
- Throws:
Exception
-
getAbsoluteURL
public String getAbsoluteURL()
- Specified by:
getAbsoluteURL
in classELFile
-
getThumbnailURL
public String getThumbnailURL()
- Specified by:
getThumbnailURL
in classELFile
-
getDimension
public String getDimension()
- Overrides:
getDimension
in classELFile
-
-