Package | Description |
---|---|
org.javlo.module.file |
Modifier and Type | Class and Description |
---|---|
class |
JavloELFile |
class |
RootJavloELFile |
Modifier and Type | Field and Description |
---|---|
static Comparator<ELFile> |
ELFile.FILE_NAME_COMPARATOR |
Modifier and Type | Method and Description |
---|---|
protected ELFile |
JavloELFinder.createELFile(ELFile parent,
File file) |
protected abstract ELFile |
ELFinder.createELFile(ELFile parent,
File file) |
abstract ELFile |
ELFile.getParentFile() |
ELFile |
ELVolume.getRoot() |
protected ELFile |
JavloELFinder.hashToFile(String hash) |
protected abstract ELFile |
ELFinder.hashToFile(String hash) |
Modifier and Type | Method and Description |
---|---|
protected static List<ELFile> |
ELFinder.filterDirectories(List<ELFile> children) |
List<ELFile> |
JavloELFile.getChildren() |
abstract List<ELFile> |
ELFile.getChildren() |
Modifier and Type | Method and Description |
---|---|
protected void |
JavloELFinder.changeFolder(ELFile file) |
protected abstract void |
ELFinder.changeFolder(ELFile file) |
protected ELFile |
JavloELFinder.createELFile(ELFile parent,
File file) |
protected abstract ELFile |
ELFinder.createELFile(ELFile parent,
File file) |
protected String |
JavloELFinder.fileToHash(ELFile file) |
protected abstract String |
ELFinder.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> |
JavloELFinder.printOptions(ELFile file) |
protected Map<String,Object> |
ELFinder.printOptions(ELFile file) |
void |
ELVolume.setRoot(ELFile root) |
void |
ELFinder.tree(ELFile target,
Map<String,Object> response) |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
JavloELFile(ELVolume volume,
File file,
ELFile parent) |
Copyright © 2012-2018. All Rights Reserved.