Class CustomImportOrderCheck.RuleMatchForImport

    • Field Detail

      • matchPosition

        private final int matchPosition
        Position of matching string for current best match.
      • matchLength

        private int matchLength
        Length of matching string for current best match.
      • group

        private String group
        Import group for current best match.
    • Constructor Detail

      • RuleMatchForImport

        private RuleMatchForImport​(String group,
                                   int length,
                                   int position)
        Constructor to initialize the fields.
        Parameters:
        group - Matched group.
        length - Matching length.
        position - Matching position.