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.
|