Class 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

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • RulesMatcherFactory

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

      • 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