com.android.builder.core
Class ApkInfoParser.ApkInfo

java.lang.Object
  extended by com.android.builder.core.ApkInfoParser.ApkInfo
Enclosing class:
ApkInfoParser

public static final class ApkInfoParser.ApkInfo
extends java.lang.Object

Information about an APK


Method Summary
 java.lang.String getPackageName()
           
 java.lang.Integer getVersionCode()
           
 java.lang.String getVersionName()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getPackageName

@NonNull
public java.lang.String getPackageName()

getVersionCode

@Nullable
public java.lang.Integer getVersionCode()

getVersionName

@Nullable
public java.lang.String getVersionName()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object