Class DateExcelParserMatcher
java.lang.Object
com.hybris.backoffice.excel.importing.parser.matcher.DateExcelParserMatcher
- All Implemented Interfaces:
ExcelParserMatcher,Predicate<String>
Given matcher returns true if the input is a date's format.
-
Constructor Details
-
DateExcelParserMatcher
public DateExcelParserMatcher()
-
-
Method Details
-
test
- Specified by:
testin interfaceExcelParserMatcher- Specified by:
testin interfacePredicate<String>
-
setExcelDateUtils
-