Package ubic.gemma.cli.completion
Class ConfluenceWikiHtmlGenerator
java.lang.Object
ubic.gemma.cli.completion.ConfluenceWikiHtmlGenerator
Generate Wiki pages according to Confluence Storage Format
- Author:
- poirigui
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerateGeneralPage(SortedMap<CLI.CommandGroup, SortedMap<String, ConfluenceWikiHtmlGenerator.CommandMeta>> commands, org.apache.commons.cli.Options options) voidgenerateSubcommandPage(String subcommand, org.apache.commons.cli.Options subcommandOptions, String subcommandDescription, boolean allowsPositionalArguments) voidsetExecutableName(String executableName) Suffix to append to each page name.voidsetPageSuffix(String pageSuffix) Suffix to append to each page name.
-
Constructor Details
-
ConfluenceWikiHtmlGenerator
-
-
Method Details
-
generateGeneralPage
public void generateGeneralPage(SortedMap<CLI.CommandGroup, SortedMap<String, ConfluenceWikiHtmlGenerator.CommandMeta>> commands, org.apache.commons.cli.Options options) -
generateSubcommandPage
-
setExecutableName
Suffix to append to each page name. -
setPageSuffix
Suffix to append to each page name.
-