Class RulesMatcherFactory

java.lang.Object
de.elo.mover.main.barcode.RulesMatcherFactory
All Implemented Interfaces:
MatcherFactory

public class RulesMatcherFactory extends Object implements MatcherFactory

Überschrift: RulesMatcherFactory.

Beschreibung: Klasse für die Auswertung der Barcode-Definition.

Copyright: Copyright (c) ELO Digital Office GmbH 2018

  • Constructor Details

    • RulesMatcherFactory

      public RulesMatcherFactory(String barcodeRules)
      Konstruktor.
      Parameters:
      barcodeRules - Steuerstring
  • Method Details

    • matcher

      public Matcher matcher(String regex)
      Liefert den Matcher zurück.
      Specified by:
      matcher in interface MatcherFactory
      Parameters:
      regex - Regulärer Ausdruck
      Returns:
      Matcher