Class DateMatcher
java.lang.Object
org.nuxeo.ecm.platform.suggestbox.utils.DateMatcher
Deprecated.
since 11.1 not used
-
Method Summary
Modifier and TypeMethodDescriptionprotected static CalendardateToInstance(int year, int month, int day) Deprecated.static DateMatcherdoFromInput(String input) Deprecated.static DateMatcherDeprecated.Deprecated.booleanhasMatch()Deprecated.booleanisWitDay()Deprecated.booleanDeprecated.booleanDeprecated.static MatcherparsingDate(Pattern pattern, String input) Deprecated.voidsetWitDay(boolean witDay) Deprecated.voidsetWithMonth(boolean withMonth) Deprecated.voidsetWithYears(boolean withYears) Deprecated.
-
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
Deprecated. -
hasMatch
public boolean hasMatch()Deprecated. -
parsingDate
Deprecated. -
fromInput
Deprecated. -
doFromInput
Deprecated. -
dateToInstance
Deprecated.
-