Class Matcher.Asterisk

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

public static class Matcher.Asterisk extends Matcher
Matches any 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