com.android.sdklib.repositoryv2.meta
Interface DetailsTypes.AddonDetailsType

All Superinterfaces:
DetailsTypes.ApiDetailsType
All Known Implementing Classes:
AddonDetailsType
Enclosing class:
DetailsTypes

public static interface DetailsTypes.AddonDetailsType
extends DetailsTypes.ApiDetailsType

Details type for addon packages. Includes a IdDisplay for the vendor.


Nested Class Summary
static class DetailsTypes.AddonDetailsType.Libraries
          List of all Librarys included in this package.
 
Method Summary
 java.lang.String getDefaultSkin()
          Gets the default skin included in this package.
 DetailsTypes.AddonDetailsType.Libraries getLibraries()
          Gets the IAndroidTarget.OptionalLibrarys provided by this package.
 IdDisplay getTag()
          Gets the tag for this package.
 IdDisplay getVendor()
           
 void setLibraries(DetailsTypes.AddonDetailsType.Libraries libraries)
          Gets the IAndroidTarget.OptionalLibrarys provided by this package.
 void setTag(IdDisplay tag)
          Sets the tag for this package.
 void setVendor(IdDisplay vendor)
           
 
Methods inherited from interface com.android.sdklib.repositoryv2.meta.DetailsTypes.ApiDetailsType
getApiLevel, getCodename, setApiLevel, setCodename
 

Method Detail

setVendor

void setVendor(@NonNull
               IdDisplay vendor)

getVendor

@NonNull
IdDisplay getVendor()

getLibraries

@Nullable
DetailsTypes.AddonDetailsType.Libraries getLibraries()
Gets the IAndroidTarget.OptionalLibrarys provided by this package.


setLibraries

void setLibraries(@Nullable
                  DetailsTypes.AddonDetailsType.Libraries libraries)
Gets the IAndroidTarget.OptionalLibrarys provided by this package.


setTag

void setTag(@NonNull
            IdDisplay tag)
Sets the tag for this package. Used to match addon packages with corresponding system images.


getTag

@NonNull
IdDisplay getTag()
Gets the tag for this package. Used to match addon packages with corresponding system images.


getDefaultSkin

@Nullable
java.lang.String getDefaultSkin()
Gets the default skin included in this package.