Class DateMatcher

    • Method Detail

      • 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.
      • dateToInstance

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