Package com.ibm.wala.classLoader
Class SourceURLModule
- java.lang.Object
-
- com.ibm.wala.classLoader.AbstractURLModule
-
- com.ibm.wala.classLoader.SourceURLModule
-
- All Implemented Interfaces:
Module
,ModuleEntry
,SourceModule
public class SourceURLModule extends AbstractURLModule implements SourceModule
-
-
Constructor Summary
Constructors Constructor Description SourceURLModule(URL url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Reader
getInputReader()
boolean
isClassFile()
boolean
isSourceFile()
-
Methods inherited from class com.ibm.wala.classLoader.AbstractURLModule
asModule, getClassName, getContainer, getEntries, getInputStream, getName, getURL, isModuleFile, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.ibm.wala.classLoader.Module
getEntries
-
Methods inherited from interface com.ibm.wala.classLoader.ModuleEntry
asModule, getClassName, getContainer, getInputStream, getName, isModuleFile
-
Methods inherited from interface com.ibm.wala.classLoader.SourceModule
getURL
-
-
-
-
Constructor Detail
-
SourceURLModule
public SourceURLModule(URL url)
-
-
Method Detail
-
isClassFile
public boolean isClassFile()
- Specified by:
isClassFile
in interfaceModuleEntry
- Returns:
- true if the file is a class file.
-
isSourceFile
public boolean isSourceFile()
- Specified by:
isSourceFile
in interfaceModuleEntry
- Returns:
- true if the file is a source file.
-
getInputReader
public Reader getInputReader()
- Specified by:
getInputReader
in interfaceSourceModule
-
-