Interface MultiDexContainer.DexEntry<T extends DexFile>

    • Method Detail

      • getEntryName

        @Nonnull
        java.lang.String getEntryName()
        Returns:
        The name of this entry within its container
      • getDexFile

        @Nonnull
        T getDexFile()
        Returns:
        The dex file associated with this entry
      • getContainer

        @Nonnull
        MultiDexContainer<? extends T> getContainer()
        Returns:
        The MultiDexContainer that contains this dex file