private static class CustomImportOrderCheck.RuleMatchForImport extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
group
Import group for current best match.
|
private int |
matchLength
Length of matching string for current best match.
|
private int |
matchPosition
Position of matching string for current best match.
|
| Constructor and Description |
|---|
RuleMatchForImport(java.lang.String group,
int length,
int position)
Constructor to initialize the fields.
|
private final int matchPosition
private int matchLength
private java.lang.String group
RuleMatchForImport(java.lang.String group, int length, int position)
group - Matched group.length - Matching length.position - Matching position.Copyright © 2001-2022. All Rights Reserved.