Class RulesMatcherFactory

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

public class RulesMatcherFactory
extends java.lang.Object
implements MatcherFactory

Überschrift: RulesMatcherFactory.

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

Copyright: Copyright (c) ELO Digital Office GmbH 2018

  • Constructor Summary

    Constructors
    Constructor Description
    RulesMatcherFactory​(java.lang.String barcodeRules)
    Konstruktor.
  • Method Summary

    Modifier and Type Method Description
    java.util.regex.Matcher matcher​(java.lang.String regex)
    Liefert den Matcher zurück.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RulesMatcherFactory

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

    • matcher

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