Class Java9AnalysisScopeReader
java.lang.Object
com.ibm.wala.core.util.config.AnalysisScopeReader
com.ibm.wala.core.java11.Java9AnalysisScopeReader
-
Field Summary
FieldsFields inherited from class AnalysisScopeReader
BASIC_FILE, MY_CLASSLOADER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanhandleInSubclass(AnalysisScope scope, ClassLoaderReference walaLoader, String language, String entryType, String entryPathname) Methods inherited from class AnalysisScopeReader
addClassPathToScope, makeBasePrimordialScope, makeJavaBinaryAnalysisScope, makePrimordialScope, processScopeDefLine, read, read, readJavaScope, setScopeReaderModifier and TypeMethodDescriptionvoidaddClassPathToScope(String classPath, AnalysisScope scope, ClassLoaderReference loader) makeBasePrimordialScope(File exclusionsFile) Creates an AnalysisScope containing only the JDK standard libraries.makeJavaBinaryAnalysisScope(String classPath, File exclusionsFile) makePrimordialScope(File exclusionsFile) Creates an AnalysisScope containing only the JDK standard libraries.voidprocessScopeDefLine(AnalysisScope scope, ClassLoader javaLoader, String line) read(AnalysisScope scope, String scopeFileName, @Nullable File exclusionsFile, ClassLoader javaLoader) protected AnalysisScoperead(AnalysisScope scope, URI scopeFileURI, File exclusionsFile, ClassLoader javaLoader) readJavaScope(String scopeFileName, @Nullable File exclusionsFile, ClassLoader javaLoader) read in an analysis scope for a Java application from a text fileprotected static voidsetScopeReader(AnalysisScopeReader reader)
-
Field Details
-
instance
-
-
Constructor Details
-
Java9AnalysisScopeReader
public Java9AnalysisScopeReader()
-
-
Method Details
-
handleInSubclass
protected boolean handleInSubclass(AnalysisScope scope, ClassLoaderReference walaLoader, String language, String entryType, String entryPathname) - Overrides:
handleInSubclassin classAnalysisScopeReader
-