haiku/headers/private/package/manager
Ingo Weinhold f2f19f110d BPackageManager: Support installing/updating local package files
* The Install() and Update() versions that take a const char* array
  now check whether a string looks like a path to a local package file.
  If so, they use that file instead of interpreting the string as a
  search string.
* Extend the repository hierarchy. There's now a LocalRepository base
  class from which InstalledRepository and the new MiscLocalRepository
  derive. The latter is instantiated once and collects all package files
  specified by path.
2014-06-15 17:21:01 +02:00
..
Exceptions.h BPackageManager: Make BCommitTransactionResult available 2014-06-15 17:21:01 +02:00
PackageManager.h BPackageManager: Support installing/updating local package files 2014-06-15 17:21:01 +02:00
RepositoryBuilder.h BRepositoryBuilder: Add constructor for pre-init'ed repository 2013-09-10 19:14:17 +02:00