Package org.jf.dexlib2
Class DexFileFactory.SingletonMultiDexContainer
java.lang.Object
org.jf.dexlib2.DexFileFactory.SingletonMultiDexContainer
- All Implemented Interfaces:
MultiDexContainer<DexBackedDexFile>
- Enclosing class:
DexFileFactory
private static class DexFileFactory.SingletonMultiDexContainer
extends Object
implements MultiDexContainer<DexBackedDexFile>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jf.dexlib2.iface.MultiDexContainer
MultiDexContainer.DexEntry<T extends DexFile> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the dex entry with the given name
-
Field Details
-
entryName
-
dexFile
-
-
Constructor Details
-
SingletonMultiDexContainer
-
-
Method Details
-
getDexEntryNames
- Specified by:
getDexEntryNamesin interfaceMultiDexContainer<DexBackedDexFile>- Returns:
- A list of the names of dex entries in this container
-
getEntry
Description copied from interface:MultiDexContainerGets the dex entry with the given name- Specified by:
getEntryin interfaceMultiDexContainer<DexBackedDexFile>- Parameters:
entryName- The name of the entry- Returns:
- A DexFile, or null if no entry with that name is found
-