org.apache.hivemind.definition
Interface ExtensionDefinition

All Superinterfaces:
Locatable
All Known Subinterfaces:
ConfigurationParserDefinition, ContributionDefinition, ImplementationDefinition, InterceptorDefinition
All Known Implementing Classes:
ConfigurationParserDefinitionImpl, ContributionDefinitionImpl, ExtensionDefinitionImpl, ImplementationDefinitionImpl, InterceptorDefinitionImpl, OrderedInterceptorDefinitionImpl

public interface ExtensionDefinition
extends Locatable

Defines an extension to an extension point.

Author:
Huegen

Method Summary
 ModuleDefinition getModule()
           
 java.lang.String getModuleId()
           
 
Methods inherited from interface org.apache.hivemind.Locatable
getLocation
 

Method Detail

getModuleId

java.lang.String getModuleId()
Returns:
the id of the module that contributed this extension

getModule

ModuleDefinition getModule()
Returns:
the module that contributed this extension


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.