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

otherOptions() — spring-boot Function Reference

Architecture documentation for the otherOptions() function in InitCommand.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  0e48ba4d_8de0_c3e4_f579_df48c5c2a509["otherOptions()"]
  b9fe694a_da5c_60aa_7939_a1189b910328["options()"]
  b9fe694a_da5c_60aa_7939_a1189b910328 -->|calls| 0e48ba4d_8de0_c3e4_f579_df48c5c2a509
  a6dc86e5_eff8_52b5_97cf_7be58ac8b305["option()"]
  0e48ba4d_8de0_c3e4_f579_df48c5c2a509 -->|calls| a6dc86e5_eff8_52b5_97cf_7be58ac8b305
  style 0e48ba4d_8de0_c3e4_f579_df48c5c2a509 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

cli/spring-boot-cli/src/main/java/org/springframework/boot/cli/command/init/InitCommand.java lines 203–207

		private void otherOptions() {
			this.extract = option(Arrays.asList("extract", "x"),
					"Extract the project archive. Inferred if a location is specified without an extension");
			this.force = option(Arrays.asList("force", "f"), "Force overwrite of existing files");
		}

Domain

Subdomains

Calls

Called By

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free