com.liferay.portal.kernel.javadoc
Class EmptyJavadocMethod
java.lang.Object
com.liferay.portal.kernel.javadoc.BaseJavadoc
com.liferay.portal.kernel.javadoc.JavadocMethod
com.liferay.portal.kernel.javadoc.EmptyJavadocMethod
public class EmptyJavadocMethod
- extends JavadocMethod
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmptyJavadocMethod
public EmptyJavadocMethod(String servletContextName,
Method method)
getMethod
public Method getMethod()
- Specified by:
getMethod in class JavadocMethod
getParameterComment
public String getParameterComment(int index)
- Specified by:
getParameterComment in class JavadocMethod
getReturnComment
public String getReturnComment()
- Specified by:
getReturnComment in class JavadocMethod
getThrowsComment
public String getThrowsComment(int index)
- Specified by:
getThrowsComment in class JavadocMethod