org.jcoderz.commons.doclet
Class XmlDoclet

java.lang.Object
  extended by com.sun.javadoc.Doclet
      extended by org.jcoderz.commons.doclet.XmlDoclet

public class XmlDoclet
extends Doclet

A generic doclet that writes out all javadoc information as XML.

Author:
Andreas Mandel

Constructor Summary
XmlDoclet(XmlDocletConfig config)
          Creates a new XmlDoclet with the given (fix) configuration.
 
Method Summary
static int optionLength(String option)
           
static boolean start(RootDoc root)
          
static boolean validOptions(String[][] arguments, DocErrorReporter reporter)
           
 
Methods inherited from class com.sun.javadoc.Doclet
languageVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlDoclet

public XmlDoclet(XmlDocletConfig config)
Creates a new XmlDoclet with the given (fix) configuration.

Parameters:
config - the config to use.
Method Detail

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.