Home / Type/ OptionHelp Type — spring-boot Architecture

OptionHelp Type — spring-boot Architecture

Architecture documentation for the OptionHelp type/interface in OptionHelp.java from the spring-boot codebase.

Entity Profile

Source Code

cli/spring-boot-cli/src/main/java/org/springframework/boot/cli/command/options/OptionHelp.java lines 27–41

public interface OptionHelp {

	/**
	 * Returns the set of options that are mutually synonymous.
	 * @return the options
	 */
	Set<String> getOptions();

	/**
	 * Returns usage help for the option.
	 * @return the usage help
	 */
	String getUsageHelp();

}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free