Class SeparatorMatch

java.lang.Object
me.gosimple.nbvcxz.matching.match.BaseMatch
me.gosimple.nbvcxz.matching.match.SeparatorMatch
All Implemented Interfaces:
Match

public final class SeparatorMatch
extends BaseMatch
Author:
Adam Brusselback
  • Constructor Details

    • SeparatorMatch

      public SeparatorMatch​(java.lang.String match, Configuration configuration, int start_index, int end_index)
      Create a new SeparatorMatch
      Parameters:
      match - the String we are creating the SeparatorMatch from.
      configuration - the Configuration object.
      start_index - the start index in the password for this match.
      end_index - the end index in the password for this match.