Class RegexpFormulaAdapter
java.lang.Object
org.qubership.atp.dataset.migration.formula.parsers.RegexpFormulaAdapter
- All Implemented Interfaces:
ExcelFormulaAdapter
- Direct Known Subclasses:
DateParser,InternalReferenceParser,RandomExcelParser,SimpleTextExcelParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Stringprotected final MatchergetMatcher(CellData cellData) protected abstract PatternbooleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.qubership.atp.dataset.migration.formula.model.ExcelFormulaAdapter
getType, transform
-
Constructor Details
-
RegexpFormulaAdapter
public RegexpFormulaAdapter()
-
-
Method Details
-
matches
- Specified by:
matchesin interfaceExcelFormulaAdapter
-
getMatcher
- Throws:
TransformationException
-
getPattern
-
getFormulaDescription
-