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

applyRollingPolicy() — spring-boot Function Reference

Architecture documentation for the applyRollingPolicy() function in LogbackLoggingSystemProperties.java from the spring-boot codebase.

Function java GradlePlugin RunTasks calls 2 called by 1

Entity Profile

Dependency Diagram

graph TD
  c0bd7632_949a_e520_f88c_e693071f7d8b["applyRollingPolicy()"]
  d34a3f99_9bde_2aa1_c8da_18609b010813["applyRollingPolicyProperties()"]
  d34a3f99_9bde_2aa1_c8da_18609b010813 -->|calls| c0bd7632_949a_e520_f88c_e693071f7d8b
  f41c51da_e0d2_fa29_7f7e_11ef5e29a84b["getProperty()"]
  c0bd7632_949a_e520_f88c_e693071f7d8b -->|calls| f41c51da_e0d2_fa29_7f7e_11ef5e29a84b
  ad1496f1_596b_51ff_bf95_dcfb8e89f05d["setSystemProperty()"]
  c0bd7632_949a_e520_f88c_e693071f7d8b -->|calls| ad1496f1_596b_51ff_bf95_dcfb8e89f05d
  style c0bd7632_949a_e520_f88c_e693071f7d8b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/logging/logback/LogbackLoggingSystemProperties.java lines 102–104

	private void applyRollingPolicy(RollingPolicySystemProperty property, PropertyResolver resolver) {
		applyRollingPolicy(property, resolver, String.class);
	}

Domain

Subdomains

Calls

Called By

  • applyRollingPolicyProperties()

Frequently Asked Questions

What does applyRollingPolicy() do?
applyRollingPolicy() is a function in the spring-boot codebase.
What does applyRollingPolicy() call?
applyRollingPolicy() calls 2 function(s): getProperty, setSystemProperty.
What calls applyRollingPolicy()?
applyRollingPolicy() is called by 1 function(s): applyRollingPolicyProperties.

Analyze Your Own Codebase

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

Try Supermodel Free