| org.java.plugin.registry.Documentable
Documentable | public interface Documentable (Code) | | Interface to get access to plug-in element documentation.
< Parameters: T - > type of identity to be documented version: $Id$ |
getDocsPath | String getDocsPath()(Code) | | path to documentation "home", it is used for resolvingdocumentation references |
getDocumentation | Documentation<T> getDocumentation()(Code) | | plug-in element documentation object or null if there is no documentation provided |
|
|