public interface TestImportCsvUtil
DefaultTestImportCsvUtil and it is configured in
servicelayer-spring.xml
The usage is to lookup default implementation using Registry.getApplicationContext().getBean("testImportCsvUtil");
See DefaultTypeDaoTest
| Modifier and Type | Method and Description |
|---|---|
void |
importCsv(java.lang.String csvFile,
java.lang.String encoding) |
Copyright © 2018 SAP SE. All Rights Reserved.