C D H N O S U 
All Classes All Packages

C

com.github.rvesse.airline.help.html - module com.github.rvesse.airline.help.html
Copyright (C) 2010-16 the original author or authors.
com.github.rvesse.airline.help.html - package com.github.rvesse.airline.help.html
 

D

DEFAULT_STYLESHEET - Static variable in class com.github.rvesse.airline.help.html.HtmlCommandUsageGenerator
Default stylesheet (Bootstrap)

H

HtmlCommandUsageGenerator - Class in com.github.rvesse.airline.help.html
A usage generator that generates HTML documentation
HtmlCommandUsageGenerator() - Constructor for class com.github.rvesse.airline.help.html.HtmlCommandUsageGenerator
 
HtmlCommandUsageGenerator(boolean) - Constructor for class com.github.rvesse.airline.help.html.HtmlCommandUsageGenerator
 
HtmlCommandUsageGenerator(boolean, String...) - Constructor for class com.github.rvesse.airline.help.html.HtmlCommandUsageGenerator
 
HtmlCommandUsageGenerator(String...) - Constructor for class com.github.rvesse.airline.help.html.HtmlCommandUsageGenerator
 
HtmlCommandUsageGenerator(String, boolean) - Constructor for class com.github.rvesse.airline.help.html.HtmlCommandUsageGenerator
 
HtmlCommandUsageGenerator(Comparator<? super OptionMetadata>, boolean, String...) - Constructor for class com.github.rvesse.airline.help.html.HtmlCommandUsageGenerator
 

N

NEWLINE - Static variable in class com.github.rvesse.airline.help.html.HtmlCommandUsageGenerator
Constant for a new line (using a <br> )

O

outputAdditionalCss(Writer) - Method in class com.github.rvesse.airline.help.html.HtmlCommandUsageGenerator
Outputs additional CSS directly
outputDescription(Writer, String, String[], CommandMetadata) - Method in class com.github.rvesse.airline.help.html.HtmlCommandUsageGenerator
Outputs a documentation section with the name and description of the command
outputHelpHint(Writer, HelpHint) - Method in class com.github.rvesse.airline.help.html.HtmlCommandUsageGenerator
Outputs a help hint
outputHelpSection(Writer, HelpSection) - Method in class com.github.rvesse.airline.help.html.HtmlCommandUsageGenerator
Outputs a help section
outputHtmlHeader(Writer) - Method in class com.github.rvesse.airline.help.html.HtmlCommandUsageGenerator
Outputs the HTML header for the page
outputOptionRestriction(Writer, OptionMetadata, OptionRestriction, HelpHint) - Method in class com.github.rvesse.airline.help.html.HtmlCommandUsageGenerator
Outputs a documentation section detailing an allowed value for an option
outputOptions(Writer, List<OptionMetadata>, ArgumentsMetadata, ParserMetadata<T>) - Method in class com.github.rvesse.airline.help.html.HtmlCommandUsageGenerator
Outputs a documentation section detailing the options
outputPageHeader(Writer, String, String[], CommandMetadata) - Method in class com.github.rvesse.airline.help.html.HtmlCommandUsageGenerator
Outputs a page header
outputStylesheets(Writer) - Method in class com.github.rvesse.airline.help.html.HtmlCommandUsageGenerator
Outputs the style sheet declarations
outputSynopsis(Writer, String, String[], CommandMetadata) - Method in class com.github.rvesse.airline.help.html.HtmlCommandUsageGenerator
Outputs a documentation section with a synopsis of the command

S

stylesheetUrls - Variable in class com.github.rvesse.airline.help.html.HtmlCommandUsageGenerator
List of stylesheet URLs

U

usage(String, String[], String, CommandMetadata, ParserMetadata<T>, OutputStream) - Method in class com.github.rvesse.airline.help.html.HtmlCommandUsageGenerator
 
C D H N O S U 
All Classes All Packages