Pacm module
InstallOptions
Package installation options.
InstallOptions
#include <icy/pacm/installtask.h>Package installation options.
Public Attributes
| Return | Name | Description |
|---|---|---|
std::string | version | If set then the given package version will be installed. |
std::string | sdkVersion | If set then the latest package version for given SDK version will be installed. |
std::string | installDir | Install to the given location, otherwise the manager default installDir will be used. |
version
std::string versionIf set then the given package version will be installed.
sdkVersion
std::string sdkVersionIf set then the latest package version for given SDK version will be installed.
installDir
std::string installDirInstall to the given location, otherwise the manager default installDir will be used.
Public Methods
| Return | Name | Description |
|---|---|---|
InstallOptions inline |
InstallOptions
inline
inline InstallOptions()