Class FilePatternMatcher.Builder
java.lang.Object
com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.FilePatternMatcher.Builder
- Enclosing class:
- FilePatternMatcher
Builder for the file pattern matcher.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Returns the configured matcher instance.Configures a list of file name patterns to exclude.Configures a list of file name patterns to include.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
include
Configures a list of file name patterns to include.- Parameters:
patternList- The comma separated list of file name patterns to include.- Returns:
- The builder.
-
exclude
Configures a list of file name patterns to exclude.- Parameters:
patternList- The comma separated list of file name patterns to exclude.- Returns:
- The builder.
-
build
Returns the configured matcher instance.- Returns:
- The matcher instance.
-