Uses of Class
org.javlo.module.file.ELFile
-
Packages that use ELFile Package Description org.javlo.module.file -
-
Uses of ELFile in org.javlo.module.file
Subclasses of ELFile in org.javlo.module.file Modifier and Type Class Description classJavloELFileclassRootJavloELFileFields in org.javlo.module.file with type parameters of type ELFile Modifier and Type Field Description static Comparator<ELFile>ELFile. FILE_NAME_COMPARATORMethods in org.javlo.module.file that return ELFile Modifier and Type Method Description protected abstract ELFileELFinder. createELFile(ELFile parent, File file)protected ELFileJavloELFinder. createELFile(ELFile parent, File file)abstract ELFileELFile. getParentFile()ELFileELVolume. getRoot()protected abstract ELFileELFinder. hashToFile(String hash)protected ELFileJavloELFinder. hashToFile(String hash)Methods in org.javlo.module.file that return types with arguments of type ELFile Modifier and Type Method Description protected static List<ELFile>ELFinder. filterDirectories(List<ELFile> children)abstract List<ELFile>ELFile. getChildren()List<ELFile>JavloELFile. getChildren()Methods in org.javlo.module.file with parameters of type ELFile Modifier and Type Method Description protected abstract voidELFinder. changeFolder(ELFile file)protected voidJavloELFinder. changeFolder(ELFile file)protected abstract ELFileELFinder. createELFile(ELFile parent, File file)protected ELFileJavloELFinder. createELFile(ELFile parent, File file)protected abstract StringELFinder. fileToHash(ELFile file)protected StringJavloELFinder. fileToHash(ELFile file)voidELFinder. open(boolean init, ELFile target, boolean tree, Map<String,Object> response)voidELFinder. parents(ELFile target, Map<String,Object> response)protected Map<String,Object>ELFinder. printFile(ELFile file)protected Map<String,Object>ELFinder. printOptions(ELFile file)protected Map<String,Object>JavloELFinder. printOptions(ELFile file)voidELVolume. setRoot(ELFile root)voidELFinder. tree(ELFile target, Map<String,Object> response)Method parameters in org.javlo.module.file with type arguments of type ELFile Modifier and Type Method Description protected static List<ELFile>ELFinder. filterDirectories(List<ELFile> children)protected List<Object>ELFinder. printFiles(List<ELFile> files)protected List<Object>ELFinder. printFilesHash(Collection<ELFile> files)Constructors in org.javlo.module.file with parameters of type ELFile Constructor Description JavloELFile(ELVolume volume, File file, ELFile parent)
-