public interface AdapterFactory<T>
 To register adapters use AutomationClient.registerAdapter(AdapterFactory).
| Modifier and Type | Method and Description | 
|---|---|
| T | getAdapter(Session session,
          Class<T> clazz)Adapt the given object and return the adapter instance. | 
Copyright © 2014 Nuxeo SA. All rights reserved.