Home / Function/ getOptionsHelp() — spring-boot Function Reference

getOptionsHelp() — spring-boot Function Reference

Architecture documentation for the getOptionsHelp() function in OptionParsingCommand.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  4e31183a_44fb_cbdb_9763_d221c584a2b3["getOptionsHelp()"]
  b1f527e4_cacd_61b3_b29c_ffa9e2c6a75a["getOptionsHelp()"]
  b1f527e4_cacd_61b3_b29c_ffa9e2c6a75a -->|calls| 4e31183a_44fb_cbdb_9763_d221c584a2b3
  b1f527e4_cacd_61b3_b29c_ffa9e2c6a75a["getOptionsHelp()"]
  4e31183a_44fb_cbdb_9763_d221c584a2b3 -->|calls| b1f527e4_cacd_61b3_b29c_ffa9e2c6a75a
  style 4e31183a_44fb_cbdb_9763_d221c584a2b3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

cli/spring-boot-cli/src/main/java/org/springframework/boot/cli/command/OptionParsingCommand.java lines 47–50

	@Override
	public Collection<OptionHelp> getOptionsHelp() {
		return this.handler.getOptionsHelp();
	}

Domain

Subdomains

Called By

Frequently Asked Questions

What does getOptionsHelp() do?
getOptionsHelp() is a function in the spring-boot codebase.
What does getOptionsHelp() call?
getOptionsHelp() calls 1 function(s): getOptionsHelp.
What calls getOptionsHelp()?
getOptionsHelp() is called by 1 function(s): getOptionsHelp.

Analyze Your Own Codebase

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

Try Supermodel Free