Home / Type/ CommandFactory Type — spring-boot Architecture

CommandFactory Type — spring-boot Architecture

Architecture documentation for the CommandFactory type/interface in CommandFactory.java from the spring-boot codebase.

Entity Profile

Source Code

cli/spring-boot-cli/src/main/java/org/springframework/boot/cli/command/CommandFactory.java lines 29–38

@FunctionalInterface
public interface CommandFactory {

	/**
	 * Returns the CLI {@link Command}s.
	 * @return the commands
	 */
	Collection<Command> getCommands();

}

Analyze Your Own Codebase

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

Try Supermodel Free