Class SourceURLModule
java.lang.Object
com.ibm.wala.classLoader.AbstractURLModule
com.ibm.wala.classLoader.SourceURLModule
- All Implemented Interfaces:
Module, ModuleEntry, SourceModule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanMethods inherited from class AbstractURLModule
asModule, getClassName, getContainer, getEntries, getInputStream, getName, getURL, isModuleFile, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Module
getEntriesMethods inherited from interface ModuleEntry
asModule, getClassName, getContainer, getInputStream, getName, isModuleFileMethods inherited from interface SourceModule
getURL
-
Constructor Details
-
SourceURLModule
-
-
Method Details
-
isClassFile
public boolean isClassFile()- Specified by:
isClassFilein interfaceModuleEntry- Returns:
- true if the file is a class file.
-
isSourceFile
public boolean isSourceFile()- Specified by:
isSourceFilein interfaceModuleEntry- Returns:
- true if the file is a source file.
-
getInputReader
- Specified by:
getInputReaderin interfaceSourceModule
-