AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | Static Public Member Functions | List of all members
alexaClientSDK::acsdkAssets::client::ArtifactWrapperFactory Class Reference

#include <ArtifactWrapperFactory.h>

Inheritance diagram for alexaClientSDK::acsdkAssets::client::ArtifactWrapperFactory:
Inheritance graph
[legend]
Collaboration diagram for alexaClientSDK::acsdkAssets::client::ArtifactWrapperFactory:
Collaboration graph
[legend]

Public Member Functions

 ~ArtifactWrapperFactory () override=default
 
std::shared_ptr< clientInterfaces::ArtifactWrapperInterfacecreateArtifactWrapper (const std::shared_ptr< commonInterfaces::ArtifactRequest > &request, const std::shared_ptr< clientInterfaces::ArtifactUpdateValidator > &updateValidator=nullptr) override
 
- Public Member Functions inherited from alexaClientSDK::acsdkAssets::clientInterfaces::ArtifactWrapperFactoryInterface
virtual ~ArtifactWrapperFactoryInterface ()=default
 
virtual std::shared_ptr< clientInterfaces::ArtifactWrapperInterfacecreateArtifactWrapper (const std::shared_ptr< commonInterfaces::ArtifactRequest > &request, const std::shared_ptr< ArtifactUpdateValidator > &updateValidator=nullptr)=0
 

Static Public Member Functions

static std::shared_ptr< ArtifactWrapperFactorycreate (std::shared_ptr< commonInterfaces::AmdCommunicationInterface > amdComm)
 

Detailed Description

This interface provides a mechanism for controlling artifacts in asset manager through the Communication Interface. This corresponds with a one to one mapping of ArtifactWrapperInterface to either a davs or url request.

Constructor & Destructor Documentation

◆ ~ArtifactWrapperFactory()

alexaClientSDK::acsdkAssets::client::ArtifactWrapperFactory::~ArtifactWrapperFactory ( )
overridedefault

Member Function Documentation

◆ create()

static std::shared_ptr<ArtifactWrapperFactory> alexaClientSDK::acsdkAssets::client::ArtifactWrapperFactory::create ( std::shared_ptr< commonInterfaces::AmdCommunicationInterface amdComm)
static

◆ createArtifactWrapper()

std::shared_ptr<clientInterfaces::ArtifactWrapperInterface> alexaClientSDK::acsdkAssets::client::ArtifactWrapperFactory::createArtifactWrapper ( const std::shared_ptr< commonInterfaces::ArtifactRequest > &  request,
const std::shared_ptr< clientInterfaces::ArtifactUpdateValidator > &  updateValidator = nullptr 
)
override

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

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0