#include <swissknife_history.h>
|
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::CommandTag |
| CommandTag () |
|
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 |
|
|
std::string | HumanReadableFilesize (const size_t filesize) const |
|
void | PrintHumanReadableInfo (const history::History::Tag &tag) const |
|
Protected Member Functions inherited from swissknife::CommandTag |
Environment * | InitializeEnvironment (const ArgumentList &args, const bool read_write) |
|
bool | CloseAndPublishHistory (Environment *environment) |
|
bool | UploadCatalogAndUpdateManifest (Environment *env, catalog::WritableCatalog *catalog) |
|
void | UploadClosure (const upload::SpoolerResult &result, Future< shash::Any > *hash) |
|
bool | UpdateUndoTags (Environment *env, const history::History::Tag ¤t_head_template, const bool undo_rollback=false) |
|
bool | FetchObject (const std::string &repository_url, const shash::Any &object_hash, const std::string &destination_path) const |
|
history::History * | GetHistory (const manifest::Manifest *manifest, const std::string &repository_url, const std::string &history_path, const bool read_write) const |
|
catalog::Catalog * | GetCatalog (const std::string &repository_url, const shash::Any &catalog_hash, const std::string catalog_path, const bool read_write) const |
|
void | PrintTagMachineReadable (const history::History::Tag &tag) const |
|
std::string | AddPadding (const std::string &str, const size_t padding, const bool align_right=false, const std::string &fill_char=" ") const |
|
bool | IsUndoTagName (const std::string &tag_name) const |
|
Definition at line 172 of file swissknife_history.h.
virtual std::string swissknife::CommandInfoTag::GetDescription |
( |
| ) |
const |
|
inlinevirtual |
virtual std::string swissknife::CommandInfoTag::GetName |
( |
| ) |
const |
|
inlinevirtual |
std::string CommandInfoTag::HumanReadableFilesize |
( |
const size_t |
filesize | ) |
const |
|
protected |
The documentation for this class was generated from the following files: