Package uk.ac.starlink.ttools.build
Class SunDoclet.Xml
java.lang.Object
uk.ac.starlink.ttools.build.SunDoclet.Xml
- Enclosing class:
- SunDoclet
Class for use with
javadoc
tool that writes
SUN-friendly XML output.
Doclet flags:
-o <file-name&;gt
-headonly
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LanguageVersion
Required to make varargs work.static int
optionLength
(String option) Define permitted command-line flags.static boolean
start
(RootDoc root) Begin processing document.
-
Constructor Details
-
Xml
public Xml()
-
-
Method Details
-
optionLength
Define permitted command-line flags. This method is part of the Doclet public interface. -
start
Begin processing document. This method is part of the Doclet public interface.- Throws:
IOException
-
languageVersion
public static LanguageVersion languageVersion()Required to make varargs work.
-