Add InstallerFactory, InstallerRunner classes for multi pkg install 55/225055/11
authorSangyoon Jang <jeremy.jang@samsung.com>
Fri, 7 Feb 2020 06:14:44 +0000 (15:14 +0900)
committerSangyoon Jang <jeremy.jang@samsung.com>
Tue, 24 Mar 2020 05:15:01 +0000 (14:15 +0900)
commit7f50c3783726b96b630484092278045af7050972
tree58866553493bff15b2e4377c73acb1e91613a73c
parent21e605f8104bf8073255e82c3657c866b3a48b13
Add InstallerFactory, InstallerRunner classes for multi pkg install

These new classes are for multi pkg install feature.
The backend which wants to handle multiple install request at once
should implement its own factory class. The main function of backend
should create instance of InstallerRunner class with its own factory
class and invoke Run() method of InstallerRunner class.

Change-Id: I57da804ede61e793e64cb1b8fc4765a8b75b90c3
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
src/common/installer_factory.h [new file with mode: 0644]
src/common/installer_runner.cc [new file with mode: 0644]
src/common/installer_runner.h [new file with mode: 0644]