#include <Installation_Repository_Manager.h>
  
  | 
        
          | DAnCE::InstallationRepository::~InstallationRepository | ( |  | ) |  |  | virtual | 
 
 
  
  | 
        
          | virtual TLocations DAnCE::InstallationRepository::artifacts | ( | const std::string & | folder = std::string() | ) |  |  | pure virtual | 
 
 
  
  | 
        
          | virtual std::ostream* DAnCE::InstallationRepository::create_artifact | ( | std::string & | location, |  
          |  |  | bool | exclusive = false |  
          |  | ) |  |  |  | pure virtual | 
 
 
  
  | 
        
          | virtual bool DAnCE::InstallationRepository::create_folder | ( | std::string & | location, |  
          |  |  | bool | exclusive = false |  
          |  | ) |  |  |  | pure virtual | 
 
 
  
  | 
        
          | virtual TLocations DAnCE::InstallationRepository::folders | ( | const std::string & | folder = std::string() | ) |  |  | pure virtual | 
 
 
  
  | 
        
          | virtual bool DAnCE::InstallationRepository::has_artifact | ( | const std::string & | location | ) |  |  | pure virtual | 
 
 
  
  | 
        
          | virtual bool DAnCE::InstallationRepository::has_folder | ( | const std::string & | location | ) |  |  | pure virtual | 
 
 
  
  | 
        
          | virtual const std::string& DAnCE::InstallationRepository::location | ( |  | ) |  |  | pure virtual | 
 
 
  
  | 
        
          | virtual std::istream* DAnCE::InstallationRepository::open_artifact | ( | const std::string & | location | ) |  |  | pure virtual | 
 
 
  
  | 
        
          | virtual const std::string& DAnCE::InstallationRepository::plan | ( |  | ) |  |  | pure virtual | 
 
 
  
  | 
        
          | virtual bool DAnCE::InstallationRepository::remove | ( |  | ) |  |  | pure virtual | 
 
 
  
  | 
        
          | virtual bool DAnCE::InstallationRepository::remove_artifact | ( | const std::string & | location | ) |  |  | pure virtual | 
 
 
  
  | 
        
          | virtual bool DAnCE::InstallationRepository::remove_folder | ( | const std::string & | location | ) |  |  | pure virtual | 
 
 
The documentation for this class was generated from the following files: