public interface ExtensionPoint extends Locatable
Modifier and Type | Method and Description |
---|---|
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.
|
getLocation
java.lang.String getExtensionPointId()
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.