Package org.javlo.module.file
Class RootJavloELFile
- java.lang.Object
-
- org.javlo.module.file.ELFile
-
- org.javlo.module.file.JavloELFile
-
- org.javlo.module.file.RootJavloELFile
-
public class RootJavloELFile extends JavloELFile
-
-
Field Summary
-
Fields inherited from class org.javlo.module.file.ELFile
FILE_NAME_COMPARATOR
-
-
Constructor Summary
Constructors Constructor Description RootJavloELFile(ContentContext ctx, ELVolume volume, File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentContext
getContentContext()
boolean
isRoot()
void
setContentContext(ContentContext ctx)
-
Methods inherited from class org.javlo.module.file.JavloELFile
getAbsoluteURL, getChildren, getDimension, getFile, getParentFile, getStaticInfo, getThumbnailURL, getURL
-
Methods inherited from class org.javlo.module.file.ELFile
equals, getPath, getRelativePath, getVolume, hashCode, isDirectory, toString, updateInfo
-
-
-
-
Constructor Detail
-
RootJavloELFile
public RootJavloELFile(ContentContext ctx, ELVolume volume, File file)
-
-
Method Detail
-
getContentContext
public ContentContext getContentContext()
- Overrides:
getContentContext
in classJavloELFile
-
setContentContext
public void setContentContext(ContentContext ctx)
-
isRoot
public boolean isRoot()
- Overrides:
isRoot
in classJavloELFile
-
-