org.apache.sling.adapter.internal
Class AdapterFactoryDescriptor
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdapterFactoryDescriptor
public AdapterFactoryDescriptor(org.osgi.service.component.ComponentContext context,
org.osgi.framework.ServiceReference reference,
String[] adapters)
getFactory
public AdapterFactory getFactory()
getAdapters
public String[] getAdapters()
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.