Modifier and Type | Method | Description |
---|---|---|
Map<String,CommandLine.IHelpSectionRenderer> |
CommandLine.getHelpSectionMap() |
Returns the map of section keys and renderers used to construct the usage help message.
|
Map<String,CommandLine.IHelpSectionRenderer> |
CommandLine.Model.UsageMessageSpec.sectionMap() |
Returns the map of section keys and renderers used to construct the usage help message.
|
Modifier and Type | Method | Description |
---|---|---|
CommandLine.Model.UsageMessageSpec |
CommandLine.Model.UsageMessageSpec.sectionMap(Map<String,CommandLine.IHelpSectionRenderer> map) |
Sets the map of section keys and renderers used to construct the usage help message to a copy of the specified map.
|
CommandLine |
CommandLine.setHelpSectionMap(Map<String,CommandLine.IHelpSectionRenderer> map) |
Sets the map of section keys and renderers used to construct the usage help message.
|
Copyright © 2017–2019. All rights reserved.