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

getPrompt() — spring-boot Function Reference

Architecture documentation for the getPrompt() function in Shell.java from the spring-boot codebase.

Function java GradlePlugin RunTasks calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  96cd8231_8dfa_f508_2806_734cb69e1f86["getPrompt()"]
  214c962d_8073_5c5a_1fa9_47c3dea3d1f4["runInputLoop()"]
  214c962d_8073_5c5a_1fa9_47c3dea3d1f4 -->|calls| 96cd8231_8dfa_f508_2806_734cb69e1f86
  3eef67f4_d78b_ff15_3b9e_ab2a38d4af93["ansi()"]
  96cd8231_8dfa_f508_2806_734cb69e1f86 -->|calls| 3eef67f4_d78b_ff15_3b9e_ab2a38d4af93
  style 96cd8231_8dfa_f508_2806_734cb69e1f86 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

cli/spring-boot-cli/src/main/java/org/springframework/boot/cli/command/shell/Shell.java lines 163–166

	private String getPrompt() {
		String prompt = this.prompts.getPrompt();
		return ansi(prompt, Code.FG_BLUE).toString();
	}

Domain

Subdomains

Calls

Called By

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free