#include <swissknife_list_reflog.h>
|
| ~CommandListReflog () |
|
virtual std::string | GetName () const |
|
virtual std::string | GetDescription () const |
|
virtual ParameterList | GetParams () const |
|
int | Main (const ArgumentList &args) |
|
template<class ObjectFetcherT > |
bool | Run (ObjectFetcherT *object_fetcher, string repo_name, string output_path, shash::Any reflog_hash) |
|
Public Member Functions inherited from swissknife::Command |
| Command () |
|
virtual | ~Command () |
|
| 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::Manifest * | OpenLocalManifest (const std::string path) const |
|
manifest::Failures | FetchRemoteManifestEnsemble (const std::string &repository_url, const std::string &repository_name, manifest::ManifestEnsemble *ensemble) const |
|
manifest::Manifest * | FetchRemoteManifest (const std::string &repository_url, const std::string &repository_name, const shash::Any &base_hash=shash::Any()) const |
|
template<class ObjectFetcherT > |
manifest::Reflog * | FetchReflog (ObjectFetcherT *object_fetcher, const std::string &repo_name, const shash::Any &reflog_hash) |
|
manifest::Reflog * | CreateEmptyReflog (const std::string &temp_directory, const std::string &repo_name) |
|
download::DownloadManager * | download_manager () const |
|
signature::SignatureManager * | signature_manager () const |
|
perf::Statistics * | statistics () |
|
const perf::Statistics * | statistics () const |
|
Definition at line 20 of file swissknife_list_reflog.h.
swissknife::CommandListReflog::~CommandListReflog |
( |
| ) |
|
|
inline |
void swissknife::CommandListReflog::DumpObjects |
( |
FILE * |
stream | ) |
|
|
protected |
virtual std::string swissknife::CommandListReflog::GetDescription |
( |
| ) |
const |
|
inlinevirtual |
virtual std::string swissknife::CommandListReflog::GetName |
( |
| ) |
const |
|
inlinevirtual |
static uint32_t swissknife::CommandListReflog::hasher |
( |
const shash::Any & |
key | ) |
|
|
inlinestaticprotected |
void swissknife::CommandListReflog::InsertObjects |
( |
const std::vector< shash::Any > & |
list | ) |
|
|
protected |
int swissknife::CommandListReflog::Main |
( |
const ArgumentList & |
args | ) |
|
|
virtual |
template<class ObjectFetcherT >
bool swissknife::CommandListReflog::Run |
( |
ObjectFetcherT * |
object_fetcher, |
|
|
std::string |
repo_name, |
|
|
std::string |
output_path, |
|
|
shash::Any |
reflog_hash |
|
) |
| |
|
protected |
template<class ObjectFetcherT >
bool swissknife::CommandListReflog::Run |
( |
ObjectFetcherT * |
object_fetcher, |
|
|
string |
repo_name, |
|
|
string |
output_path, |
|
|
shash::Any |
reflog_hash |
|
) |
| |
The documentation for this class was generated from the following files: