public interface MultiDexContainer<T extends DexFile>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MultiDexContainer.DexEntry<T extends DexFile>
This class represents a dex file entry in a MultiDexContainer
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getDexEntryNames() |
MultiDexContainer.DexEntry<T> |
getEntry(java.lang.String entryName)
Gets the dex entry with the given name
|
@Nonnull
java.util.List<java.lang.String> getDexEntryNames()
throws java.io.IOException
java.io.IOException@Nullable MultiDexContainer.DexEntry<T> getEntry(@Nonnull java.lang.String entryName) throws java.io.IOException
entryName - The name of the entryjava.io.IOException