23 #ifndef STORAGE_ENVIRONMENT_H 24 #define STORAGE_ENVIRONMENT_H 37 STANDARD_WRITE_DEVICEGRAPH,
38 STANDARD_WRITE_MOCKUP,
63 bool is_read_only()
const;
69 const std::string& get_devicegraph_filename()
const;
70 void set_devicegraph_filename(
const std::string& devicegraph_filename);
72 const std::string& get_arch_filename()
const;
73 void set_arch_filename(
const std::string& arch_filename);
75 const std::string& get_mockup_filename()
const;
76 void set_mockup_filename(
const std::string& mockup_filename);
78 friend std::ostream& operator<<(std::ostream& out,
const Environment& environment);
84 Impl& get_impl() {
return *impl; }
85 const Impl& get_impl()
const {
return *impl; }
89 const std::unique_ptr<Impl> impl;
Definition: Environment.h:52
TargetMode
Is the target a disk, chroot, or image?
Definition: Environment.h:45
ProbeMode
How to probe the system.
Definition: Environment.h:35
The storage namespace.
Definition: Actiongraph.h:37