API Overview API Index Package Overview Direct link to this page
JavaOnTracks 0.1.2
  net.jot.doclet. JOTDoclet View Source
Author(s)
thibautc
Since
Version
Serial
Hierarchy
 Object
      AbstractDoclet
          JOTDoclet
Implements
Subclasses
Description
public class JOTDoclet
Custom Javadoc Doclet (Javadoc Generator) It looks better than standard javadoc (IMHO), and is more modern (CSS based) It allows package filtering (using javascript) It's alos template base (JOT templates) so it's real easy to customize the output.
See also:   
Constructors
public JOTDoclet ()
Methods
Hide/Show inherited methods
public Configuration configuration ()
protected void generateClassFiles (ClassDoc arg0, ClassTree arg1)
protected void generateClassFiles (ClassDoc item, String folder) throws Exception
protected void generateNav (ClassTree tree) throws Exception
protected void generatePackageFiles (ClassTree arg0) throws Exception
protected void generatePackageList (ClassTree tree) throws Exception
pack-privatestatic String getPkgFolder (PackageDoc pack)
public void initFlags ()
Central method where we can force option flags, for easy customizing.
publicstatic LanguageVersion languageVersion ()
publicstatic int optionLength (String option)
public boolean start (JOTDoclet doclet, RootDoc root)
publicstatic boolean start (RootDoc root)
publicstatic boolean validOptions (String options, DocErrorReporter reporter)
Fields
Hide/Show inherited fields
public ClassTree classTree
public ConfigurationImpl configuration
public HtmlDocletWriter docWriter
pack-private boolean flagCopyResources
publicstatic String OUT_ROOT
publicstatic String RES_ROOT
publicstatic RootDoc rootDoc
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar