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

Public Member Functions

 DirectoryCleanUpHandler (const std::string &path)
 
bool clean () override
 
const std::string queryName () override
 this function is needed to query member name 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 directorycleanuphandler.h.

Member Function Documentation

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

this function is needed to query member name

Returns
a read-only m_path

Implements softwarecontainer::CleanUpHandler.

Definition at line 47 of file directorycleanuphandler.cpp.

48 {
49  return m_path;
50 }

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