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

withCommand() — spring-boot Function Reference

Architecture documentation for the withCommand() function in ContainerConfig.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  274a52b3_b07b_ef2a_172f_1c8b25267451["withCommand()"]
  7a37c2b2_9f46_ed5a_d1d2_4d8261dd16fc["createCreatesContainer()"]
  7a37c2b2_9f46_ed5a_d1d2_4d8261dd16fc -->|calls| 274a52b3_b07b_ef2a_172f_1c8b25267451
  5c5ccd26_1928_bfbc_252c_a05e3a07cfc7["createWhenHasContentContainerWithContent()"]
  5c5ccd26_1928_bfbc_252c_a05e3a07cfc7 -->|calls| 274a52b3_b07b_ef2a_172f_1c8b25267451
  49702d73_075d_c474_f7c1_aa657dc6b17d["createWithPlatformCreatesContainer()"]
  49702d73_075d_c474_f7c1_aa657dc6b17d -->|calls| 274a52b3_b07b_ef2a_172f_1c8b25267451
  8ccd9633_e994_9107_5bbb_051de8bbbf05["createWithPlatform()"]
  8ccd9633_e994_9107_5bbb_051de8bbbf05 -->|calls| 274a52b3_b07b_ef2a_172f_1c8b25267451
  0804a507_bc2c_3637_ef4b_6304c5edba46["createWithPlatformAndKnownInsufficientApiVersionThrowsException()"]
  0804a507_bc2c_3637_ef4b_6304c5edba46 -->|calls| 274a52b3_b07b_ef2a_172f_1c8b25267451
  79b9cffa_4400_2e46_6313_b3f61410e02a["withArgs()"]
  274a52b3_b07b_ef2a_172f_1c8b25267451 -->|calls| 79b9cffa_4400_2e46_6313_b3f61410e02a
  style 274a52b3_b07b_ef2a_172f_1c8b25267451 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buildpack/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/type/ContainerConfig.java lines 157–160

		public void withCommand(String command, String... args) {
			this.command = command;
			withArgs(args);
		}

Subdomains

Calls

  • withArgs()

Frequently Asked Questions

What does withCommand() do?
withCommand() is a function in the spring-boot codebase.
What does withCommand() call?
withCommand() calls 1 function(s): withArgs.
What calls withCommand()?
withCommand() is called by 5 function(s): createCreatesContainer, createWhenHasContentContainerWithContent, createWithPlatform, createWithPlatformAndKnownInsufficientApiVersionThrowsException, createWithPlatformCreatesContainer.

Analyze Your Own Codebase

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

Try Supermodel Free