public class ExtensionPoint<E,M extends Trait> extends Object
Trait
exposing
object and an extension of that object.extensionAPI
which will
be able to interact with the extended object through the traitAPI
interface it was paired with in the extension point. The actual circumstances
in which the extension methods are invoked are not defined by the extension
point.Constructor and Description |
---|
ExtensionPoint(Class<E> extensionAPI,
Class<M> traitAPI) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Class<E> |
getExtensionAPI() |
Class<M> |
getTraitAPI() |
int |
hashCode() |
String |
toString() |
Copyright © 2005–2017 Alfresco Software. All rights reserved.