|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExtensionPoint
Base interface for service and configuration extension points.
Method Summary | |
---|---|
ErrorLog |
getErrorLog()
Returns an ErrorLog used to report any recoverable errors related
to the extension point. |
java.lang.String |
getExtensionPointId()
Returns the fully qualified id of the extension point. |
org.apache.commons.logging.Log |
getLog()
Returns the Log instance for this extension point. |
Module |
getModule()
Returns the Module containing the extension point. |
boolean |
visibleToModule(Module module)
Returns true if the extension point is visible to the specified module. |
Methods inherited from interface org.apache.hivemind.Locatable |
---|
getLocation |
Method Detail |
---|
java.lang.String getExtensionPointId()
Module getModule()
Module
containing the extension point.
boolean visibleToModule(Module module)
module
- The module to check for, may be null (in which case the extension is visible only
if public)org.apache.commons.logging.Log getLog()
ErrorLog getErrorLog()
ErrorLog
used to report any recoverable errors related
to the extension point.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |