org.apache.hivemind.definition
Interface ExtensionPointDefinition

All Superinterfaces:
Locatable
All Known Subinterfaces:
ConfigurationPointDefinition, ServicePointDefinition
All Known Implementing Classes:
ConfigurationPointDefinitionImpl, ExtensionPointDefinitionImpl, ServicePointDefinitionImpl

public interface ExtensionPointDefinition
extends Locatable

Defines an extension point of a module.

Author:
Huegen

Method Summary
 java.lang.String getId()
           
 java.lang.String getModuleId()
           
 java.lang.String getQualifiedId()
           
 Visibility getVisibility()
           
 
Methods inherited from interface org.apache.hivemind.Locatable
getLocation
 

Method Detail

getModuleId

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

getId

java.lang.String getId()
Returns:
the id of the extension point (unqualified, without module id)

getQualifiedId

java.lang.String getQualifiedId()
Returns:
the qualifed id of the extension point (includes module id)

getVisibility

Visibility getVisibility()
Returns:
the visibility of the extension point


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