CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
swissknife::CommandUpload Class Reference

#include <swissknife_sync.h>

Inheritance diagram for swissknife::CommandUpload:
Collaboration diagram for swissknife::CommandUpload:

Public Member Functions

 ~CommandUpload ()
 
virtual std::string GetName () const
 
virtual std::string GetDescription () const
 
virtual ParameterList GetParams () const
 
int Main (const ArgumentList &args)
 
- Public Member Functions inherited from swissknife::Command
 Command ()
 
virtual ~Command ()
 
- Public Member Functions inherited from ServerTool
 ServerTool ()
 
virtual ~ServerTool ()
 
bool InitDownloadManager (const bool follow_redirects, const std::string &proxy, const unsigned max_pool_handles=1)
 
bool InitVerifyingSignatureManager (const std::string &pubkey_path)
 
bool InitSigningSignatureManager (const std::string &certificate_path, const std::string &private_key_path, const std::string &private_key_password)
 
manifest::ManifestOpenLocalManifest (const std::string path) const
 
manifest::Failures FetchRemoteManifestEnsemble (const std::string &repository_url, const std::string &repository_name, manifest::ManifestEnsemble *ensemble) const
 
manifest::ManifestFetchRemoteManifest (const std::string &repository_url, const std::string &repository_name, const shash::Any &base_hash=shash::Any()) const
 
template<class ObjectFetcherT >
manifest::ReflogFetchReflog (ObjectFetcherT *object_fetcher, const std::string &repo_name, const shash::Any &reflog_hash)
 
manifest::ReflogCreateEmptyReflog (const std::string &temp_directory, const std::string &repo_name)
 
download::DownloadManagerdownload_manager () const
 
signature::SignatureManagersignature_manager () const
 
perf::Statisticsstatistics ()
 
const perf::Statisticsstatistics () const
 

Additional Inherited Members

- Static Public Attributes inherited from swissknife::Command
static const char kGenericParam = '+'
 
static const char kGenericParamSeparator = ','
 
- Protected Attributes inherited from ServerTool
UniquePtr
< download::DownloadManager
download_manager_
 
UniquePtr
< signature::SignatureManager
signature_manager_
 
perf::Statistics statistics_
 

Detailed Description

Definition at line 156 of file swissknife_sync.h.

Constructor & Destructor Documentation

swissknife::CommandUpload::~CommandUpload ( )
inline

Definition at line 158 of file swissknife_sync.h.

Member Function Documentation

virtual std::string swissknife::CommandUpload::GetDescription ( ) const
inlinevirtual

Implements swissknife::Command.

Definition at line 160 of file swissknife_sync.h.

virtual std::string swissknife::CommandUpload::GetName ( ) const
inlinevirtual

Implements swissknife::Command.

Definition at line 159 of file swissknife_sync.h.

virtual ParameterList swissknife::CommandUpload::GetParams ( ) const
inlinevirtual

Implements swissknife::Command.

Definition at line 163 of file swissknife_sync.h.

Here is the call graph for this function:

int swissknife::CommandUpload::Main ( const ArgumentList args)
virtual

Implements swissknife::Command.

Definition at line 184 of file swissknife_sync.cc.

Here is the call graph for this function:


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