Class Matcher.Value

java.lang.Object
com.aoapps.cron.Matcher
com.aoapps.cron.Matcher.Value
Enclosing class:
Matcher

public static class Matcher.Value extends Matcher
Matches a single value.
  • Constructor Details

  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • matches

      public boolean matches(int value)
      Description copied from class: Matcher
      Checks if matches the given value.
      Specified by:
      matches in class Matcher