Class Java9AnalysisScopeReader
java.lang.Object
com.ibm.wala.core.util.config.AnalysisScopeReader
com.ibm.wala.core.java11.Java9AnalysisScopeReader
@Deprecated(forRemoval=true,
since="1.7.2")
public class Java9AnalysisScopeReader
extends AnalysisScopeReader
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Java9AnalysisScopeReaderDeprecated, for removal: This API element is subject to removal in a future version.Fields inherited from class AnalysisScopeReader
BASIC_FILE, MY_CLASSLOADER -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class AnalysisScopeReader
addClassPathToScope, handleInSubclass, makeBasePrimordialScope, makeJavaBinaryAnalysisScope, makePrimordialScope, processScopeDefLine, read, read, readJavaScope, setScopeReaderModifier and TypeMethodDescriptionvoidaddClassPathToScope(String classPath, AnalysisScope scope, ClassLoaderReference loader) protected booleanhandleInSubclass(AnalysisScope scope, ClassLoaderReference walaLoader, String language, String entryType, String entryPathname) 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
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
Java9AnalysisScopeReader
public Java9AnalysisScopeReader()Deprecated, for removal: This API element is subject to removal in a future version.
-
AnalysisScopeReader; support forjrtentries is now built in.