Class DirectoryTreeModule
java.lang.Object
com.ibm.wala.classLoader.DirectoryTreeModule
- All Implemented Interfaces:
Module
- Direct Known Subclasses:
BinaryDirectoryTreeModule
,SourceDirectoryTreeModule
A module containing files under some directory.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getPath()
int
hashCode()
protected abstract boolean
includeFile
(File file) protected abstract FileModule
returns null if unsuccessful in creating FileModuletoString()
-
Field Details
-
root
-
-
Method Details
-
makeFile
returns null if unsuccessful in creating FileModule -
includeFile
-
getEntries
- Specified by:
getEntries
in interfaceModule
- Returns:
- an Iterator of the ModuleEntries in this Module.
-
getPath
-
toString
-
hashCode
-
equals
-