Package | Description |
---|---|
io.takari.builder.enforcer.modularity.internal | |
io.takari.builder.internal.pathmatcher |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultProjectBasedirEnforcer.addException(PathMatcher.Builder builder,
File basedir,
String relpath,
boolean allowBreakingRules,
boolean allowToIgnore) |
protected void |
DefaultProjectBasedirEnforcer.addExceptions(PathMatcher.Builder builder,
org.apache.maven.execution.MavenSession session,
org.apache.maven.project.MavenProject project,
Collection<String> exceptions,
boolean allowBreakingRules,
Set<org.apache.maven.project.MavenProject> upstreamProjects) |
Modifier and Type | Method and Description |
---|---|
PathMatcher.Builder |
PathMatcher.Builder.addMatcher(PathMatcher matcher)
Adds all rules from the given matcher.
|
static PathMatcher.Builder |
PathMatcher.builder()
Creates and returns new matcher builder.
|
static PathMatcher.Builder |
PathMatcher.builder(PathNormalizer normalizer)
Creates and returns new path matcher builder.
|
PathMatcher.Builder |
PathMatcher.Builder.excludePath(String path) |
PathMatcher.Builder |
PathMatcher.Builder.excludePrefix(String path) |
PathMatcher.Builder |
PathMatcher.Builder.excludeRoot() |
PathMatcher.Builder |
PathMatcher.Builder.includePath(String path) |
PathMatcher.Builder |
PathMatcher.Builder.includePrefix(String path) |
PathMatcher.Builder |
PathMatcher.Builder.includeRoot() |
Copyright © 2021. All rights reserved.