Class DateMatcher

java.lang.Object
org.nuxeo.ecm.platform.suggestbox.utils.DateMatcher

@Deprecated public class DateMatcher extends Object
Deprecated.
since 11.1 not used
  • Method Details

    • isWithYears

      public boolean isWithYears()
      Deprecated.
    • setWithYears

      public void setWithYears(boolean withYears)
      Deprecated.
    • isWithMonth

      public boolean isWithMonth()
      Deprecated.
    • setWithMonth

      public void setWithMonth(boolean withMonth)
      Deprecated.
    • isWitDay

      public boolean isWitDay()
      Deprecated.
    • setWitDay

      public void setWitDay(boolean witDay)
      Deprecated.
    • getDateSuggestion

      public Calendar getDateSuggestion()
      Deprecated.
    • hasMatch

      public boolean hasMatch()
      Deprecated.
    • parsingDate

      public static Matcher parsingDate(Pattern pattern, String input)
      Deprecated.
    • fromInput

      public static DateMatcher fromInput(String input)
      Deprecated.
    • doFromInput

      public static DateMatcher doFromInput(String input)
      Deprecated.
    • dateToInstance

      protected static Calendar dateToInstance(int year, int month, int day)
      Deprecated.