Home / Class/ SpringProfileAction Class — spring-boot Architecture

SpringProfileAction Class — spring-boot Architecture

Architecture documentation for the SpringProfileAction class in SpringProfileAction.java from the spring-boot codebase.

Entity Profile

Source Code

core/spring-boot/src/main/java/org/springframework/boot/logging/logback/SpringProfileAction.java lines 34–44

class SpringProfileAction extends BaseModelAction {

	@Override
	protected Model buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name,
			Attributes attributes) {
		SpringProfileModel model = new SpringProfileModel();
		model.setName(attributes.getValue(NAME_ATTRIBUTE));
		return model;
	}

}

Analyze Your Own Codebase

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

Try Supermodel Free