Multi diag tools
Public Types | Public Member Functions | List of all members
Mdt::DeployUtils::Library Class Reference

Provides some helper methods for libraries. More...

#include <Library.h>

Inherits QObject.

Public Types

Public Member Functions

 Library (QObject *parent=nullptr)
 Constructor.
 
bool findLibrary (const QString &name, const Mdt::FileSystem::PathList pathList=Mdt::FileSystem::PathList(), SearchInSystemPaths searchInSystemPaths=IncludeSystemPaths)
 Find a library. More...
 
LibraryInfo libraryInfo () const
 Get library info. More...
 
Mdt::Error lastError () const
 Get last error.
 

Detailed Description

Provides some helper methods for libraries.

Definition at line 35 of file Library.h.

Member Enumeration Documentation

Tell if search must include system paths or not.

Enumerator
IncludeSystemPaths 

Also search in system path

ExcludeSystemPaths 

Do not search in system path

Definition at line 43 of file Library.h.

Member Function Documentation

bool Mdt::DeployUtils::Library::findLibrary ( const QString &  name,
const Mdt::FileSystem::PathList  pathList = Mdt::FileSystem::PathList(),
Library::SearchInSystemPaths  searchInSystemPaths = IncludeSystemPaths 
)

Find a library.

Parameters
nameName of the library. Can be a name without any prefix or suffix (ex: Qt5Core), or a more platform specific name (ex: libQt5Core.so). For platform that supports versions in the library file name, a versionned name can be done (ex: libQt5Core.so.5 , libQt5Core.so.5.6.2)
pathListList of paths where to search the library
searchInSystemPathsTell if the search must include system paths
Returns
True if the library was found, false if it was not found, or a error occured.
Precondition
name must be a non empty string.
If searchInSystemPaths is ExcludeSystemPaths, pathList must contain at least 1 path

Definition at line 39 of file Library.cpp.

LibraryInfo Mdt::DeployUtils::Library::libraryInfo ( ) const
inline

Get library info.

Returns the information of the library after a success call of findLibrary()

Definition at line 80 of file Library.h.


The documentation for this class was generated from the following files: