patchesManager.py
Others:
Bases: foundations.dataStructures.Structure
This class represents a storage object for PatchesManager class patch.
| Parameters: | **kwargs – name, path, module, apply, uid. ( Key / Value pairs ) |
|---|
Bases: object
This class defines the Application patches manager.
| Parameters: |
|
|---|
This method is the property for self.__historyFile attribute.
| Returns: | self.__historyFile. ( String ) |
|---|
This method is the property for self.__paths attribute.
| Returns: | self.__paths. ( Tuple / List ) |
|---|
This method is the property for self.__extension attribute.
| Returns: | self.__extension. ( String ) |
|---|
This method is the property for self.__patches attribute.
| Returns: | self.__patches. ( Dictionary ) |
|---|
This method returns if the given patch is registered.
| Parameters: | patch – Patch. ( String ) |
|---|---|
| Returns: | Is patch registered. ( Boolean ) |
This method registers given patch.
| Parameters: |
|
|---|---|
| Returns: | Method success. ( Boolean ) |