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 classAbstractFileBasedListingOutputAncestor for schemes that output the listings to a file.classAbstractFileBasedListingOutputWithEncodingAncestor for output schemes that support file encodings.classConsoleOutputOutputs the listings in simple plain text in the console.classHtmlOutputOutputs the listing in HTML to the specified file.classMarkdownOutputOutputs the listing in Markdown to the specified file.classOptionOutputCreates 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 AbstractListingOutputListing. m_Outputthe output scheme to use.Methods in adams.doc.listing that return AbstractListingOutput Modifier and Type Method Description AbstractListingOutputListing. getOutput()Returns the scheme for outputting the generated listing.Methods in adams.doc.listing with parameters of type AbstractListingOutput Modifier and Type Method Description voidListing. setOutput(AbstractListingOutput value)Sets the scheme for outputting the generated listing.
-