Class EclipseSourceDirectoryTreeModule
java.lang.Object
com.ibm.wala.classLoader.DirectoryTreeModule
com.ibm.wala.classLoader.SourceDirectoryTreeModule
com.ibm.wala.ide.classloader.EclipseSourceDirectoryTreeModule
- All Implemented Interfaces:
Module
-
Field Summary
Fields inherited from class com.ibm.wala.classLoader.DirectoryTreeModule
root
-
Constructor Summary
ConstructorDescriptionEclipseSourceDirectoryTreeModule
(org.eclipse.core.runtime.IPath root, org.eclipse.core.runtime.IPath[] excludePaths) EclipseSourceDirectoryTreeModule
(org.eclipse.core.runtime.IPath root, org.eclipse.core.runtime.IPath[] excludePaths, String fileExt) -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
includeFile
(File file) protected FileModule
returns null if unsuccessful in creating FileModuleprotected FileModule
makeFile
(org.eclipse.core.resources.IFile file) toString()
Methods inherited from class com.ibm.wala.classLoader.DirectoryTreeModule
equals, getEntries, getPath, hashCode
-
Constructor Details
-
EclipseSourceDirectoryTreeModule
public EclipseSourceDirectoryTreeModule(org.eclipse.core.runtime.IPath root, org.eclipse.core.runtime.IPath[] excludePaths) -
EclipseSourceDirectoryTreeModule
public EclipseSourceDirectoryTreeModule(org.eclipse.core.runtime.IPath root, org.eclipse.core.runtime.IPath[] excludePaths, String fileExt)
-
-
Method Details
-
makeFile
Description copied from class:DirectoryTreeModule
returns null if unsuccessful in creating FileModule- Overrides:
makeFile
in classSourceDirectoryTreeModule
-
makeFile
-
includeFile
- Overrides:
includeFile
in classSourceDirectoryTreeModule
-
toString
- Overrides:
toString
in classSourceDirectoryTreeModule
-