|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.glassfish.jersey.wadl.doclet.ResourceDoclet
public class ResourceDoclet
This doclet creates a resourcedoc xml file. The ResourceDoc file contains the javadoc documentation
of resource classes, so that this can be used for extending generated wadl with useful
documentation.
Created on: Jun 7, 2008
| Constructor Summary | |
|---|---|
ResourceDoclet()
|
|
| Method Summary | |
|---|---|
static int |
optionLength(String option)
Return array length for given option: 1 + the number of arguments that the option takes. |
static boolean |
start(com.sun.javadoc.RootDoc root)
Start the doclet. |
static boolean |
validOptions(String[][] options,
com.sun.javadoc.DocErrorReporter reporter)
Validate options. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceDoclet()
| Method Detail |
|---|
public static boolean start(com.sun.javadoc.RootDoc root)
root -
public static int optionLength(String option)
option -
public static boolean validOptions(String[][] options,
com.sun.javadoc.DocErrorReporter reporter)
options - reporter -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||