6#include <QtCore/QString>
45 virtual bool LoadPackages(
const QString& configFilePath = QString()) = 0;
Represents global address of component.
virtual bool LoadPackages(const QString &configFilePath=QString())=0
Configure environment for specified file path.
virtual int GetPackageType(const QByteArray &packageId) const =0
Get type of package as defined in PackageType.
@ PT_COMPOSED
Composed packages are stored in folders containing registry files (acc files).
@ PT_UNKNOWN
Type of this package cannot be found out.
@ PT_UNDIFINED
Package doesn't exist.
@ PT_REAL
Real packages are stored as dynamic linked libraries in arp files.
virtual QString GetPackagePath(const QByteArray &packageId) const =0
Get directory path of specified component package.
virtual QString GetRegistryPath(const CComponentAddress &address) const =0
Get registry file path, if it is composed registry.
Common interface for data model objects, which can be changed.
Package with interfaces and class used for components concept.