Package ru.abyss.settings.importer
Class DBImporter
java.lang.Object
ru.abyss.settings.importer.DBImporter
- Since:
- 01.06.2018 12:27:46
- Author:
- Minu <minu-moto@mail.ru>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddoImport(Path h2DB, Connection pgConnection, Properties props, Long factoryId, Long userId, boolean isLoadPrices, boolean isLoadConsistRemains, boolean isLoadContractors, ProgressCallback callback) static AbyssVersiongetAbyssVersion(File archive)
-
Constructor Details
-
DBImporter
public DBImporter()
-
-
Method Details
-
getAbyssVersion
- Throws:
Exception
-
doImport
public static void doImport(Path h2DB, Connection pgConnection, Properties props, Long factoryId, Long userId, boolean isLoadPrices, boolean isLoadConsistRemains, boolean isLoadContractors, ProgressCallback callback) throws Exception - Throws:
Exception
-