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 © 2013 Nuxeo SA. All Rights Reserved.