isOptionCommand() — spring-boot Function Reference
Architecture documentation for the isOptionCommand() function in CommandRunner.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 41e94940_1938_2d2c_de13_1a3a9788c802["isOptionCommand()"] 25efdbe0_704a_1f5d_2a3d_89793759e7ed["findCommand()"] 25efdbe0_704a_1f5d_2a3d_89793759e7ed -->|calls| 41e94940_1938_2d2c_de13_1a3a9788c802 498377fc_fdeb_8d62_f0a1_f867ac7a7540["showUsage()"] 498377fc_fdeb_8d62_f0a1_f867ac7a7540 -->|calls| 41e94940_1938_2d2c_de13_1a3a9788c802 b9fc624c_cb28_c642_21cc_088f942b2d1f["isHintMatch()"] b9fc624c_cb28_c642_21cc_088f942b2d1f -->|calls| 41e94940_1938_2d2c_de13_1a3a9788c802 14e43ffb_02d7_d71b_d704_ae5c1877820e["isCommandInstanceOf()"] 41e94940_1938_2d2c_de13_1a3a9788c802 -->|calls| 14e43ffb_02d7_d71b_d704_ae5c1877820e style 41e94940_1938_2d2c_de13_1a3a9788c802 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
cli/spring-boot-cli/src/main/java/org/springframework/boot/cli/command/CommandRunner.java lines 120–122
public boolean isOptionCommand(Command command) {
return isCommandInstanceOf(command, this.optionCommandClasses);
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does isOptionCommand() do?
isOptionCommand() is a function in the spring-boot codebase.
What does isOptionCommand() call?
isOptionCommand() calls 1 function(s): isCommandInstanceOf.
What calls isOptionCommand()?
isOptionCommand() is called by 3 function(s): findCommand, isHintMatch, showUsage.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free