com.android.repository.impl.meta
Class GenericFactory

java.lang.Object
  extended by com.android.repository.impl.meta.GenericFactory
Direct Known Subclasses:
ObjectFactory

public abstract class GenericFactory
extends java.lang.Object

Factory for creating types used by the generic schema.


Constructor Summary
GenericFactory()
           
 
Method Summary
abstract  TypeDetails.GenericType createGenericDetailsType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericFactory

public GenericFactory()
Method Detail

createGenericDetailsType

@NonNull
public abstract TypeDetails.GenericType createGenericDetailsType()