includeArtifactIdNoMatch() — spring-boot Function Reference
Architecture documentation for the includeArtifactIdNoMatch() function in IncludeFilterTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD c5e0dfca_ae13_d5b0_b1e0_c743321eb8a2["includeArtifactIdNoMatch()"] c5bcab21_d4be_524d_0e0d_ddfdffce6092["createInclude()"] c5e0dfca_ae13_d5b0_b1e0_c743321eb8a2 -->|calls| c5bcab21_d4be_524d_0e0d_ddfdffce6092 f9852036_c1c1_624b_d3f7_1dbdfd16984b["createArtifact()"] c5e0dfca_ae13_d5b0_b1e0_c743321eb8a2 -->|calls| f9852036_c1c1_624b_d3f7_1dbdfd16984b style c5e0dfca_ae13_d5b0_b1e0_c743321eb8a2 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 58–64
@Test
void includeArtifactIdNoMatch() throws ArtifactFilterException {
IncludeFilter filter = new IncludeFilter(Arrays.asList(createInclude("com.foo", "bar")));
Artifact artifact = createArtifact("com.foo", "biz");
Set result = filter.filter(Collections.singleton(artifact));
assertThat(result).isEmpty();
}
Domain
Subdomains
Source
Frequently Asked Questions
What does includeArtifactIdNoMatch() do?
includeArtifactIdNoMatch() is a function in the spring-boot codebase.
What does includeArtifactIdNoMatch() call?
includeArtifactIdNoMatch() calls 2 function(s): createArtifact, createInclude.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free