softwarecontainer  0.18.0-739e8d7 2017-05-04
softwarecontainer::MountCleanUpHandler Class Reference
Inheritance diagram for softwarecontainer::MountCleanUpHandler:
[legend]
Collaboration diagram for softwarecontainer::MountCleanUpHandler:
[legend]

Public Member Functions

 MountCleanUpHandler (const std::string &path)
 
bool clean () override
 
const std::string queryName () override
 queryName is needed to query member name yet its full functionality is not needed for this class. More...
 

Data Fields

std::string m_path
 

Protected Member Functions

 LOG_DECLARE_CLASS_CONTEXT ("CLEA","Cleanup handler")
 

Detailed Description

Definition at line 26 of file mountcleanuphandler.h.

Member Function Documentation

const std::string softwarecontainer::MountCleanUpHandler::queryName ( )
overridevirtual

queryName is needed to query member name yet its full functionality is not needed for this class.

Since no directory removal operation occurs within MountCleanUpHandler, it is irrelevant when the code checks whether the directory is in the list or not since the purpose of this function is to be used for cleaning path.

Returns
an empty string

Implements softwarecontainer::CleanUpHandler.

Definition at line 47 of file mountcleanuphandler.cpp.

48 {
49  return "";
50 }

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