org.jcoderz.commons.doclet
Class XmlDoclet
java.lang.Object
com.sun.javadoc.Doclet
org.jcoderz.commons.doclet.XmlDoclet
public class XmlDoclet
- extends Doclet
A generic doclet that writes out all javadoc information as XML.
- Author:
- Andreas Mandel
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlDoclet
public XmlDoclet(XmlDocletConfig config)
- Creates a new XmlDoclet with the given (fix) configuration.
- Parameters:
config - the config to use.
start
public static boolean start(RootDoc root)
-
optionLength
public static int optionLength(String option)
- See Also:
XmlDocletConfig.optionLength(String)
validOptions
public static boolean validOptions(String[][] arguments,
DocErrorReporter reporter)
Copyright 2007 The jCoderZ Project.