23 #ifndef STORAGE_ENVIRONMENT_H 24 #define STORAGE_ENVIRONMENT_H 37 STANDARD_WRITE_DEVICEGRAPH,
38 STANDARD_WRITE_MOCKUP,
92 const std::string& get_devicegraph_filename()
const;
93 void set_devicegraph_filename(
const std::string& devicegraph_filename);
95 const std::string& get_arch_filename()
const;
96 void set_arch_filename(
const std::string& arch_filename);
98 const std::string& get_mockup_filename()
const;
99 void set_mockup_filename(
const std::string& mockup_filename);
101 friend std::ostream& operator<<(std::ostream& out,
const Environment& environment);
107 Impl& get_impl() {
return *impl; }
108 const Impl& get_impl()
const {
return *impl; }
112 const std::unique_ptr<Impl> impl;
Definition: Environment.h:62
ProbeMode get_probe_mode() const
Return the probe mode.
TargetMode get_target_mode() const
return the target mode.
TargetMode
Enum with target modes.
Definition: Environment.h:48
ProbeMode
How to probe the system.
Definition: Environment.h:35
The target is image based.
The storage namespace.
Definition: Actiongraph.h:38
The target is chrooted, e.g.
bool is_read_only() const
Return whether the Environment has read-only set.