Uses of Class
org.tomitribe.crest.help.Document
-
Packages that use Document Package Description org.tomitribe.crest.help -
-
Uses of Document in org.tomitribe.crest.help
Methods in org.tomitribe.crest.help that return Document Modifier and Type Method Description DocumentDocument.Builder. build()DocumentOption. getDocument()static DocumentHtmlDocumentParser. parse(java.lang.String content)static DocumentDocumentParser. parseOptionDescription(java.lang.String description)Item descriptions are allowed to have only a subset of the element types a complete manual would get.static DocumentDocumentParser. parser(java.lang.String content)Methods in org.tomitribe.crest.help with parameters of type Document Modifier and Type Method Description java.lang.StringDocumentFormatter. format(Document document)static java.util.List<Option>DocumentFormatter. getOptions(Document document)Document.BuilderDocument.Builder. inline(Document document)Constructors in org.tomitribe.crest.help with parameters of type Document Constructor Description Option(java.lang.String flag, Document document)
-