Uses of Class
adams.doc.listing.AbstractListingOutput
-
Packages that use AbstractListingOutput Package Description adams.doc.listing -
-
Uses of AbstractListingOutput in adams.doc.listing
Subclasses of AbstractListingOutput in adams.doc.listing Modifier and Type Class Description class
AbstractFileBasedListingOutput
Ancestor for schemes that output the listings to a file.class
AbstractFileBasedListingOutputWithEncoding
Ancestor for output schemes that support file encodings.class
ConsoleOutput
Outputs the listings in simple plain text in the console.class
HtmlOutput
Outputs the listing in HTML to the specified file.class
MarkdownOutput
Outputs the listing in Markdown to the specified file.class
OptionOutput
Creates a sub-directory for each module and stores the generated output in there, one file per class.Fields in adams.doc.listing declared as AbstractListingOutput Modifier and Type Field Description protected AbstractListingOutput
Listing. m_Output
the output scheme to use.Methods in adams.doc.listing that return AbstractListingOutput Modifier and Type Method Description AbstractListingOutput
Listing. getOutput()
Returns the scheme for outputting the generated listing.Methods in adams.doc.listing with parameters of type AbstractListingOutput Modifier and Type Method Description void
Listing. setOutput(AbstractListingOutput value)
Sets the scheme for outputting the generated listing.
-