public class DexClassProvider extends Object implements ClassProvider
| Constructor and Description |
|---|
DexClassProvider() |
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
classesOfDex(org.jf.dexlib2.iface.DexFile dexFile) |
protected void |
ensureDexIndex()
Checks whether the dex class index needs to be (re)built and triggers the build if necessary
|
ClassSource |
find(String className)
Provides the DexClassSource for the class.
|
public ClassSource find(String className)
find in interface ClassProviderclassName - class to provide.protected void ensureDexIndex()
Copyright © 2020 Soot OSS. All rights reserved.