public static final class SmithyPattern.Builder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
SmithyPattern.Builder |
allowsGreedyLabels(boolean allowsGreedyLabels) |
SmithyPattern |
build() |
SmithyPattern.Builder |
pattern(java.lang.String pattern) |
SmithyPattern.Builder |
segments(java.util.List<SmithyPattern.Segment> segments) |
public SmithyPattern.Builder allowsGreedyLabels(boolean allowsGreedyLabels)
public SmithyPattern.Builder pattern(java.lang.String pattern)
public SmithyPattern.Builder segments(java.util.List<SmithyPattern.Segment> segments)
public SmithyPattern build()