public class PathEntryLoader
extends java.lang.Object
| Constructor and Description |
|---|
PathEntryLoader(Opcodes opcodes) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ClassProvider> |
getClassProviders() |
Opcodes |
getOpcodes() |
java.util.List<ClassProvider> |
getResolvedClassProviders() |
void |
loadEntry(java.io.File entryFile,
boolean loadOatDependencies) |
public PathEntryLoader(Opcodes opcodes)
public Opcodes getOpcodes()
public java.util.List<ClassProvider> getClassProviders()
@Nonnull public java.util.List<ClassProvider> getResolvedClassProviders()
public void loadEntry(@Nonnull
java.io.File entryFile,
boolean loadOatDependencies)
throws java.io.IOException,
org.jf.dexlib2.analysis.PathEntryLoader.NoDexException
java.io.IOExceptionorg.jf.dexlib2.analysis.PathEntryLoader.NoDexException