17 #ifndef __PROVISIONER_BACKENDS_COPY_HPP__
18 #define __PROVISIONER_BACKENDS_COPY_HPP__
27 class CopyBackendProcess;
49 const std::vector<std::string>& layers,
50 const std::string& rootfs,
51 const std::string& backendDir);
54 const std::string& rootfs,
55 const std::string& backendDir);
70 #endif // __PROVISIONER_BACKENDS_COPY_HPP__
virtual process::Future< Nothing > provision(const std::vector< std::string > &layers, const std::string &rootfs, const std::string &backendDir)
static Try< process::Owned< Backend > > create(const Flags &)
Definition: backend.hpp:36
virtual process::Future< bool > destroy(const std::string &rootfs, const std::string &backendDir)