Uses of Class
org.javlo.module.file.ELVolume
-
Packages that use ELVolume Package Description org.javlo.module.file -
-
Uses of ELVolume in org.javlo.module.file
Methods in org.javlo.module.file that return ELVolume Modifier and Type Method Description ELVolume
ELFile. getVolume()
Methods in org.javlo.module.file that return types with arguments of type ELVolume Modifier and Type Method Description protected abstract List<ELVolume>
ELFinder. getVolumes()
protected List<ELVolume>
JavloELFinder. getVolumes()
Constructors in org.javlo.module.file with parameters of type ELVolume Constructor Description ELFile(ELVolume volume)
JavloELFile(ELVolume volume, File file, ELFile parent)
RootJavloELFile(ContentContext ctx, ELVolume volume, File file)
-