| Youri-Package documentation | view source | Contained in the Youri-Package distribution. |
Youri::Package::RPM - Base class for all RPM-based package implementation
This bases class factorize code between various RPM-based package implementation.
Returns the name of a class corresponding to currently available perl RPM bindings:
Youri::Package::RPM::RPM4 if RPM4 is availableYouri::Package::RPM::RPM if RPM is availableYouri::Package::RPM::URPM if URPM is availableThis allow to write binding-independant code, by using methods of this class instead of using bindings-specific functions.
This method calls underlying binding corresponding function.
This method calls underlying binding corresponding function.
This method calls underlying binding corresponding function.
This method calls underlying binding corresponding function.
This method calls the constructor of the underlying binding Header class.
This method calls the constructor of the underlying binding Spec class.
This method calls the constructor of the underlying binding Transaction class.
| Youri-Package documentation | view source | Contained in the Youri-Package distribution. |