Class DexAnalysisScopeReader
java.lang.Object
com.ibm.wala.core.util.config.AnalysisScopeReader
com.ibm.wala.dalvik.dex.util.config.DexAnalysisScopeReader
Create AnalysisScope from java & dalvik file.
- See Also:
-
Field Summary
Fields inherited from class com.ibm.wala.core.util.config.AnalysisScopeReader
instance, MY_CLASSLOADER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AnalysisScope
makeAndroidBinaryAnalysisScope
(URI classPath, String exclusionsFile) Methods inherited from class com.ibm.wala.core.util.config.AnalysisScopeReader
addClassPathToScope, handleInSubclass, makeBasePrimordialScope, makeJavaBinaryAnalysisScope, makePrimordialScope, processScopeDefLine, read, read, readJavaScope, setScopeReader
-
Constructor Details
-
DexAnalysisScopeReader
public DexAnalysisScopeReader()
-
-
Method Details
-
makeAndroidBinaryAnalysisScope
public static AnalysisScope makeAndroidBinaryAnalysisScope(URI classPath, String exclusionsFile) throws IOException - Throws:
IOException
-