public abstract class DirectoryTreeModule extends java.lang.Object implements Module
| Modifier and Type | Field and Description |
|---|---|
protected java.io.File |
root |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Iterator<FileModule> |
getEntries() |
java.lang.String |
getPath() |
int |
hashCode() |
protected abstract boolean |
includeFile(java.io.File file) |
protected abstract FileModule |
makeFile(java.io.File file)
returns null if unsuccessful in creating FileModule
|
java.lang.String |
toString() |
protected abstract FileModule makeFile(java.io.File file)
protected abstract boolean includeFile(java.io.File file)
public java.util.Iterator<FileModule> getEntries()
getEntries in interface Modulepublic java.lang.String getPath()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object