org.apache.sling.adapter.internal
Class AdapterFactoryDescriptor

java.lang.Object
  extended by org.apache.sling.adapter.internal.AdapterFactoryDescriptor

public class AdapterFactoryDescriptor
extends Object

The AdapterFactoryDescriptor is an entry in the AdapterFactoryDescriptorMap conveying the list of adapter (target) types and the respective AdapterFactory.


Constructor Summary
AdapterFactoryDescriptor(org.osgi.service.component.ComponentContext context, org.osgi.framework.ServiceReference reference, String[] adapters)
           
 
Method Summary
 String[] getAdapters()
           
 AdapterFactory getFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdapterFactoryDescriptor

public AdapterFactoryDescriptor(org.osgi.service.component.ComponentContext context,
                                org.osgi.framework.ServiceReference reference,
                                String[] adapters)
Method Detail

getFactory

public AdapterFactory getFactory()

getAdapters

public String[] getAdapters()


Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.