org.apache.hivemind.internal
Interface ExtensionPoint

All Superinterfaces:
Locatable
All Known Subinterfaces:
ConfigurationPoint, ConstructableServicePoint, ServicePoint
All Known Implementing Classes:
AbstractExtensionPoint, ConfigurationPointImpl, ServicePointImpl

public interface ExtensionPoint
extends Locatable

Base interface for service and configuration extension points.

Author:
Howard Lewis Ship

Method Summary
 java.lang.String getExtensionPointId()
          Returns the fully qualified id of the extension point.
 Module getModule()
          Returns the Module containing the extension point.
 
Methods inherited from interface org.apache.hivemind.Locatable
getLocation
 

Method Detail

getExtensionPointId

public java.lang.String getExtensionPointId()
Returns the fully qualified id of the extension point.


getModule

public Module getModule()
Returns the Module containing the extension point.