Class TypeTable.Reader.Options.Builder
java.lang.Object
org.openrewrite.java.internal.parser.TypeTable.Reader.Options.Builder
- Enclosing class:
TypeTable.Reader.Options
Enhanced builder with convenience methods.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionartifactPrefixes(Collection<String> artifactPrefixes) Matches artifacts whose names start with any of the given prefixes.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
artifactPrefixes
Matches artifacts whose names start with any of the given prefixes.- Parameters:
artifactPrefixes- Collection of artifact name prefixes to match
-