#include <PlaindirImpl.h>
Inheritance diagram for zypp::source::plaindir::PlaindirImpl:

Public Types | |
| typedef intrusive_ptr< PlaindirImpl > | Ptr |
| typedef intrusive_ptr< const PlaindirImpl > | constPtr |
Public Member Functions | |
| PlaindirImpl () | |
| Default ctor. | |
| ~PlaindirImpl () | |
| Dtor. | |
| virtual std::string | type () const |
| String identifying the type of the source. | |
Static Public Member Functions | |
| static std::string | typeString () |
| String identifying the type of the source. | |
Private Member Functions | |
| virtual void | factoryInit () |
| Ctor substitute. | |
| virtual void | createResolvables (Source_Ref source_r) |
| Late initialize the ResStore. | |
| int | extract_packages_from_directory (ResStore &store, const Pathname &rootpath, const Pathname &subdir, Source_Ref source, bool recursive) |
Definition at line 37 of file PlaindirImpl.h.
|
|
Definition at line 40 of file PlaindirImpl.h. |
|
|
Definition at line 41 of file PlaindirImpl.h. |
|
|
Default ctor.
Definition at line 28 of file PlaindirImpl.cc. |
|
|
Dtor.
Definition at line 33 of file PlaindirImpl.cc. |
|
|
String identifying the type of the source.
Definition at line 51 of file PlaindirImpl.h. Referenced by type(). |
|
|
String identifying the type of the source.
Reimplemented from zypp::source::SourceImpl. Definition at line 55 of file PlaindirImpl.h. References typeString(). |
|
|
Ctor substitute. Actually get the metadata.
Reimplemented from zypp::source::SourceImpl. Definition at line 39 of file PlaindirImpl.cc. References MIL, zypp::source::SourceImpl::path(), zypp::source::SourceImpl::url(), and ZYPP_THROW. |
|
|
Late initialize the ResStore.
Reimplemented from zypp::source::SourceImpl. Definition at line 51 of file PlaindirImpl.cc. References zypp::source::SourceImpl::_store, extract_packages_from_directory(), MIL, zypp::source::SourceImpl::path(), zypp::source::SourceImpl::selfSourceRef(), and zypp::source::SourceImpl::url(). |
|
||||||||||||||||||||||||
|
Definition at line 59 of file PlaindirImpl.cc. References zypp::Source_Ref::alias(), DBG, zypp::filesystem::PathInfo::isExist(), and zypp::source::SourceImpl::path(). Referenced by createResolvables(). |
1.4.6