com.sun.tools.doclets.standard
Class Standard

java.lang.Object
  extended by com.sun.tools.doclets.standard.Standard

public class Standard
extends java.lang.Object


Field Summary
static HtmlDoclet htmlDoclet
           
 
Constructor Summary
Standard()
           
 
Method Summary
static LanguageVersion languageVersion()
           
static int optionLength(java.lang.String option)
           
static boolean start(RootDoc root)
           
static boolean validOptions(java.lang.String[][] options, DocErrorReporter reporter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

htmlDoclet

public static final HtmlDoclet htmlDoclet
Constructor Detail

Standard

public Standard()
Method Detail

optionLength

public static int optionLength(java.lang.String option)

start

public static boolean start(RootDoc root)

validOptions

public static boolean validOptions(java.lang.String[][] options,
                                   DocErrorReporter reporter)

languageVersion

public static LanguageVersion languageVersion()