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

createInclude() — spring-boot Function Reference

Architecture documentation for the createInclude() function in IncludeFilterTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  c5bcab21_d4be_524d_0e0d_ddfdffce6092["createInclude()"]
  cc8b1952_c9b4_1d3d_95eb_4dbaf127dbf8["includeSimple()"]
  cc8b1952_c9b4_1d3d_95eb_4dbaf127dbf8 -->|calls| c5bcab21_d4be_524d_0e0d_ddfdffce6092
  72407e96_2eb3_12ef_b373_122eb8e47ac7["includeGroupIdNoMatch()"]
  72407e96_2eb3_12ef_b373_122eb8e47ac7 -->|calls| c5bcab21_d4be_524d_0e0d_ddfdffce6092
  c5e0dfca_ae13_d5b0_b1e0_c743321eb8a2["includeArtifactIdNoMatch()"]
  c5e0dfca_ae13_d5b0_b1e0_c743321eb8a2 -->|calls| c5bcab21_d4be_524d_0e0d_ddfdffce6092
  be9e747f_1e99_69cb_0552_8f61a5d69ad5["includeClassifier()"]
  be9e747f_1e99_69cb_0552_8f61a5d69ad5 -->|calls| c5bcab21_d4be_524d_0e0d_ddfdffce6092
  ee6edd27_aee7_35f2_5044_4a8817c0d71d["includeClassifierNoTargetClassifier()"]
  ee6edd27_aee7_35f2_5044_4a8817c0d71d -->|calls| c5bcab21_d4be_524d_0e0d_ddfdffce6092
  f9d10532_52d6_3b58_a86c_f11d8e752837["includeClassifierNoMatch()"]
  f9d10532_52d6_3b58_a86c_f11d8e752837 -->|calls| c5bcab21_d4be_524d_0e0d_ddfdffce6092
  73600b39_a427_4409_585a_b090390d69c1["includeMulti()"]
  73600b39_a427_4409_585a_b090390d69c1 -->|calls| c5bcab21_d4be_524d_0e0d_ddfdffce6092
  style c5bcab21_d4be_524d_0e0d_ddfdffce6092 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-maven-plugin/src/test/java/org/springframework/boot/maven/IncludeFilterTests.java lines 104–106

	private Include createInclude(String groupId, String artifactId) {
		return createInclude(groupId, artifactId, null);
	}

Domain

Subdomains

Frequently Asked Questions

What does createInclude() do?
createInclude() is a function in the spring-boot codebase.
What calls createInclude()?
createInclude() is called by 7 function(s): includeArtifactIdNoMatch, includeClassifier, includeClassifierNoMatch, includeClassifierNoTargetClassifier, includeGroupIdNoMatch, includeMulti, includeSimple.

Analyze Your Own Codebase

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

Try Supermodel Free