com.android.repository.impl.meta
Class Archive.PatchesType

java.lang.Object
  extended by com.android.repository.impl.meta.Archive.PatchesType
Direct Known Subclasses:
PatchesType
Enclosing class:
Archive

public abstract static class Archive.PatchesType
extends java.lang.Object

A list of Archive.PatchTypes. Only used internally.


Constructor Summary
Archive.PatchesType()
           
 
Method Summary
 java.util.List<Archive.PatchType> getPatch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Archive.PatchesType

public Archive.PatchesType()
Method Detail

getPatch

@NonNull
public java.util.List<Archive.PatchType> getPatch()