com.ibm.wala.classLoader
Class SourceDirectoryTreeModule

java.lang.Object
  extended by com.ibm.wala.classLoader.DirectoryTreeModule
      extended by 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
SourceDirectoryTreeModule(java.io.File root)
           
SourceDirectoryTreeModule(java.io.File root, java.lang.String fileExt)
           
 
Method Summary
protected  boolean includeFile(java.io.File file)
           
protected  FileModule makeFile(java.io.File file)
           
 
Methods inherited from class com.ibm.wala.classLoader.DirectoryTreeModule
getEntries, getPath, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SourceDirectoryTreeModule

public SourceDirectoryTreeModule(java.io.File root)

SourceDirectoryTreeModule

public SourceDirectoryTreeModule(java.io.File root,
                                 java.lang.String fileExt)
Method Detail

includeFile

protected boolean includeFile(java.io.File file)
Specified by:
includeFile in class DirectoryTreeModule

makeFile

protected FileModule makeFile(java.io.File file)
Specified by:
makeFile in class DirectoryTreeModule