public class AndroidAnalysisScope extends Object
Constructor and Description |
---|
AndroidAnalysisScope() |
Modifier and Type | Method and Description |
---|---|
static void |
addClassPathToScope(String classPath,
AnalysisScope scope,
ClassLoaderReference loader)
Handle .apk file.
|
static AnalysisScope |
setUpAndroidAnalysisScope(URI classpath,
String exclusions,
ClassLoader loader,
URI... androidLib) |
public static AnalysisScope setUpAndroidAnalysisScope(URI classpath, String exclusions, ClassLoader loader, URI... androidLib) throws IOException
IOException
public static void addClassPathToScope(String classPath, AnalysisScope scope, ClassLoaderReference loader)
classPath
- scope
- loader
-