Searched defs:doclet (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/
H A DAbstractDoclet.java51 * The only doclet that may use this toolkit is {@value}
57 * Verify that the only doclet that is using this toolkit is
60 private boolean isValidDoclet(AbstractDoclet doclet) { argument
61 if (! doclet.getClass().getName().equals(TOOLKIT_DOCLET_NAME)) {
62 configuration.message.error("doclet.Toolkit_Usage_Violation",
70 * The method that starts the execution of the doclet.
72 * @param doclet the doclet to start the execution for.
74 * @return true if the doclet executed without error. False otherwise.
76 public boolean start(AbstractDoclet doclet, RootDo argument
[all...]

Completed in 29 milliseconds