public static interface Kind.Adaptor
Extension classes
that provide extension declaration and data modeling support for
specific GData kinds.| Modifier and Type | Method and Description |
|---|---|
void |
declareExtensions(ExtensionProfile extProfile)
Declares the
ExtensionDescription of each Extension
expected by the implementing ExtensionPoint in the target
profile. |
void declareExtensions(ExtensionProfile extProfile)
ExtensionDescription of each Extension
expected by the implementing ExtensionPoint in the target
profile. This API should generally not be called directly by clients;
the ExtensionProfile.addDeclarations(Kind.Adaptor) method should
be used to declare extensions.extProfile - the profile that should be extended.ExtensionProfile.addDeclarations(Kind.Adaptor)