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 booleanincludeFile(File file)protected FileModulemakeFile(File file)returns null if unsuccessful in creating FileModuleStringtoString()-
Methods inherited from class com.ibm.wala.classLoader.DirectoryTreeModule
equals, getEntries, getPath, hashCode
-
-
-
-
Method Detail
-
includeFile
protected boolean includeFile(File file)
- Specified by:
includeFilein classDirectoryTreeModule
-
makeFile
protected FileModule makeFile(File file)
Description copied from class:DirectoryTreeModulereturns null if unsuccessful in creating FileModule- Specified by:
makeFilein classDirectoryTreeModule
-
toString
public String toString()
- Overrides:
toStringin classDirectoryTreeModule
-
-