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 DirectoryTreeModule
root -
Constructor Summary
ConstructorsConstructorDescriptionEclipseSourceDirectoryTreeModule(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 booleanincludeFile(File file) protected FileModulereturns null if unsuccessful in creating FileModuleprotected FileModulemakeFile(org.eclipse.core.resources.IFile file) toString()Methods inherited from class 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:DirectoryTreeModulereturns null if unsuccessful in creating FileModule- Overrides:
makeFilein classSourceDirectoryTreeModule
-
makeFile
-
includeFile
- Overrides:
includeFilein classSourceDirectoryTreeModule
-
toString
- Overrides:
toStringin classSourceDirectoryTreeModule
-