Android-cuttlefish cvd tool
Public Member Functions | Private Member Functions | List of all members
cuttlefish::AcloudMixSuperImageCommand Class Reference
Inheritance diagram for cuttlefish::AcloudMixSuperImageCommand:
Inheritance graph
[legend]
Collaboration diagram for cuttlefish::AcloudMixSuperImageCommand:
Collaboration graph
[legend]

Public Member Functions

 AcloudMixSuperImageCommand ()
 
 ~AcloudMixSuperImageCommand ()=default
 
Result< bool > CanHandle (const CommandRequest &request) const override
 
cvd_common::Args CmdList () const override
 
Result< std::string > SummaryHelp () const override
 
bool ShouldInterceptHelp () const override
 
Result< std::string > DetailedHelp (std::vector< std::string > &) const override
 
Result< void > Handle (const CommandRequest &request) override
 
- Public Member Functions inherited from cuttlefish::CvdCommandHandler
virtual ~CvdCommandHandler ()=default
 
virtual Result< bool > CanHandle (const CommandRequest &) const
 
virtual Result< void > Handle (const CommandRequest &)=0
 
virtual cvd_common::Args CmdList () const =0
 
virtual Result< std::string > SummaryHelp () const =0
 
virtual bool ShouldInterceptHelp () const =0
 
virtual Result< std::string > DetailedHelp (std::vector< std::string > &) const =0
 

Private Member Functions

Result< void > BuildSuperImage (const std::string &output_path, const std::string &misc_info_path, const std::function< Result< std::string >(const std::string &)> &get_image)
 
Result< void > MixSuperImage (const std::string &paths)
 

Constructor & Destructor Documentation

◆ AcloudMixSuperImageCommand()

cuttlefish::AcloudMixSuperImageCommand::AcloudMixSuperImageCommand ( )
inline

◆ ~AcloudMixSuperImageCommand()

cuttlefish::AcloudMixSuperImageCommand::~AcloudMixSuperImageCommand ( )
default

Member Function Documentation

◆ BuildSuperImage()

Result< void > cuttlefish::AcloudMixSuperImageCommand::BuildSuperImage ( const std::string &  output_path,
const std::string &  misc_info_path,
const std::function< Result< std::string >(const std::string &)> &  get_image 
)
inlineprivate

◆ CanHandle()

Result< bool > cuttlefish::AcloudMixSuperImageCommand::CanHandle ( const CommandRequest request) const
inlineoverridevirtual

Reimplemented from cuttlefish::CvdCommandHandler.

◆ CmdList()

cvd_common::Args cuttlefish::AcloudMixSuperImageCommand::CmdList ( ) const
inlineoverridevirtual

◆ DetailedHelp()

Result< std::string > cuttlefish::AcloudMixSuperImageCommand::DetailedHelp ( std::vector< std::string > &  ) const
inlineoverridevirtual

◆ Handle()

Result< void > cuttlefish::AcloudMixSuperImageCommand::Handle ( const CommandRequest request)
inlineoverridevirtual

◆ MixSuperImage()

Result< void > cuttlefish::AcloudMixSuperImageCommand::MixSuperImage ( const std::string &  paths)
inlineprivate

◆ ShouldInterceptHelp()

bool cuttlefish::AcloudMixSuperImageCommand::ShouldInterceptHelp ( ) const
inlineoverridevirtual

◆ SummaryHelp()

Result< std::string > cuttlefish::AcloudMixSuperImageCommand::SummaryHelp ( ) const
inlineoverridevirtual

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