public abstract class DirectoryTreeModule extends Object implements Module
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Iterator<FileModule> |
getEntries() |
String |
getPath() |
int |
hashCode() |
protected abstract boolean |
includeFile(File file) |
protected abstract FileModule |
makeFile(File file)
returns null if unsuccessful in creating FileModule
|
String |
toString() |
protected final File root
protected abstract FileModule makeFile(File file)
protected abstract boolean includeFile(File file)
public Iterator<FileModule> getEntries()
getEntries
in interface Module
public String getPath()
Copyright © 2019. All rights reserved.