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 AnalysisScopeReader
instance, MY_CLASSLOADER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AnalysisScopemakeAndroidBinaryAnalysisScope(URI classPath, String exclusionsFile) 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)
-
Constructor Details
-
DexAnalysisScopeReader
public DexAnalysisScopeReader()
-
-
Method Details
-
makeAndroidBinaryAnalysisScope
public static AnalysisScope makeAndroidBinaryAnalysisScope(URI classPath, String exclusionsFile) throws IOException - Throws:
IOException
-