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 class
JavloELFile
class
RootJavloELFile
Fields in org.javlo.module.file with type parameters of type ELFile Modifier and Type Field Description static Comparator<ELFile>
ELFile. FILE_NAME_COMPARATOR
Methods in org.javlo.module.file that return ELFile Modifier and Type Method Description protected abstract ELFile
ELFinder. createELFile(ELFile parent, File file)
protected ELFile
JavloELFinder. createELFile(ELFile parent, File file)
abstract ELFile
ELFile. getParentFile()
ELFile
ELVolume. getRoot()
protected abstract ELFile
ELFinder. hashToFile(String hash)
protected ELFile
JavloELFinder. 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 void
ELFinder. changeFolder(ELFile file)
protected void
JavloELFinder. changeFolder(ELFile file)
protected abstract ELFile
ELFinder. createELFile(ELFile parent, File file)
protected ELFile
JavloELFinder. createELFile(ELFile parent, File file)
protected abstract String
ELFinder. fileToHash(ELFile file)
protected String
JavloELFinder. fileToHash(ELFile file)
void
ELFinder. open(boolean init, ELFile target, boolean tree, Map<String,Object> response)
void
ELFinder. 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)
void
ELVolume. setRoot(ELFile root)
void
ELFinder. 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)
-