JPF 0.10

org.java.plugin.registry
Interface Documentable

All Known Subinterfaces:
Extension, Extension.Parameter, ExtensionPoint, ExtensionPoint.ParameterDefinition, Library, PluginAttribute, PluginDescriptor, PluginElement, PluginFragment, PluginPrerequisite

public interface Documentable

Interface to get access to plug-in element documentation.

Version:
$Id: Documentable.java,v 1.1 2005/07/20 18:43:46 ddimon Exp $

Method Summary
 java.lang.String getDocsPath()
           
 Documentation getDocumentation()
           
 

Method Detail

getDocumentation

public Documentation getDocumentation()
Returns:
plug-in element documentation object or null if there is no documentation provided

getDocsPath

public java.lang.String getDocsPath()
Returns:
path to documentation "home", it is used for resolving documentation references

JPF 0.10

Copyright © 2004-2005 Dmitry Olshansky. All Rights Reserved.