CustomCommandFactory Class — spring-boot Architecture
Architecture documentation for the CustomCommandFactory class in CustomCommandFactory.java from the spring-boot codebase.
Entity Profile
Relationship Graph
Source Code
cli/spring-boot-cli/src/test/java/cli/command/CustomCommandFactory.java lines 28–35
public class CustomCommandFactory implements CommandFactory {
@Override
public Collection<Command> getCommands() {
return Collections.singleton(new CustomCommand());
}
}
Domain
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free