Package com.ibm.wala.classLoader
Class SourceDirectoryTreeModule
- java.lang.Object
-
- com.ibm.wala.classLoader.DirectoryTreeModule
-
- com.ibm.wala.classLoader.SourceDirectoryTreeModule
-
- All Implemented Interfaces:
Module
public class SourceDirectoryTreeModule extends DirectoryTreeModule
a module representing a directory tree of source files.
-
-
Field Summary
-
Fields inherited from class com.ibm.wala.classLoader.DirectoryTreeModule
root
-
-
Constructor Summary
Constructors Constructor Description SourceDirectoryTreeModule(File root)
SourceDirectoryTreeModule(File root, String fileExt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
includeFile(File file)
protected FileModule
makeFile(File file)
returns null if unsuccessful in creating FileModuleString
toString()
-
Methods inherited from class com.ibm.wala.classLoader.DirectoryTreeModule
equals, getEntries, getPath, hashCode
-
-
-
-
Method Detail
-
includeFile
protected boolean includeFile(File file)
- Specified by:
includeFile
in classDirectoryTreeModule
-
makeFile
protected FileModule makeFile(File file)
Description copied from class:DirectoryTreeModule
returns null if unsuccessful in creating FileModule- Specified by:
makeFile
in classDirectoryTreeModule
-
toString
public String toString()
- Overrides:
toString
in classDirectoryTreeModule
-
-