|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.freehep.tools.doclet.MetaKeywords
Provides methods for creating an array of class, method and field names to be included as meta keywords in the HTML header of class pages. These keywords improve search results on browsers that look for keywords.
Constructor Summary | |
MetaKeywords(ConfigurationStandard configuration)
Constructor |
Method Summary | |
protected ArrayList |
getClassKeyword(com.sun.javadoc.ClassDoc classdoc)
Get the current class for a meta tag keyword, as the first and only element of an array list. |
protected ArrayList |
getMemberKeywords(com.sun.javadoc.MemberDoc[] memberdocs)
Get members for meta tag keywords as an array, where each member name is a string element of the array. |
String[] |
getMetaKeywords(com.sun.javadoc.ClassDoc classdoc)
Returns an array of strings where each element is a class, method or field name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MetaKeywords(ConfigurationStandard configuration)
Method Detail |
public String[] getMetaKeywords(com.sun.javadoc.ClassDoc classdoc)
protected ArrayList getClassKeyword(com.sun.javadoc.ClassDoc classdoc)
protected ArrayList getMemberKeywords(com.sun.javadoc.MemberDoc[] memberdocs)
memberdocs
- array of MemberDoc objects to be added to keywords
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |