Class DataSetImporter
java.lang.Object
org.qubership.atp.dataset.migration.DataSetImporter
- All Implemented Interfaces:
org.springframework.boot.CommandLineRunner
@SpringBootConfiguration
@Import(MigrationConfig.class)
public class DataSetImporter
extends Object
implements org.springframework.boot.CommandLineRunner
-
Constructor Summary
ConstructorsConstructorDescriptionDataSetImporter(Properties properties, DsServicesFacade dsServicesFacade) DataSetImporter(Settings settings, DsServicesFacade dsServicesFacade) -
Method Summary
-
Constructor Details
-
DataSetImporter
-
DataSetImporter
-
-
Method Details
-
main
main entry point.- Parameters:
args- list of args- Throws:
Exception- some error occured
-
run
public void run(String... args) throws IOException, org.apache.poi.openxml4j.exceptions.InvalidFormatException - Specified by:
runin interfaceorg.springframework.boot.CommandLineRunner- Throws:
IOExceptionorg.apache.poi.openxml4j.exceptions.InvalidFormatException
-