public static class CaptureGroup.Builder
extends java.lang.Object
| Constructor and Description | 
|---|
| Builder()Instantiates a new builder. | 
| Builder(java.lang.String group)Instantiates a new builder with required properties. | 
| Modifier and Type | Method and Description | 
|---|---|
| CaptureGroup.Builder | addLocation(java.lang.Long location)Adds an location to location. | 
| CaptureGroup | build()Builds a CaptureGroup. | 
| CaptureGroup.Builder | group(java.lang.String group)Set the group. | 
| CaptureGroup.Builder | location(java.util.List<java.lang.Long> location)Set the location. | 
public Builder()
public Builder(java.lang.String group)
group - the grouppublic CaptureGroup build()
public CaptureGroup.Builder addLocation(java.lang.Long location)
location - the new locationpublic CaptureGroup.Builder group(java.lang.String group)
group - the grouppublic CaptureGroup.Builder location(java.util.List<java.lang.Long> location)
location - the location