5 #ifndef CVMFS_SWISSKNIFE_INFO_H_
6 #define CVMFS_SWISSKNIFE_INFO_H_
12 namespace swissknife {
17 virtual std::string
GetName()
const {
return "info"; }
19 return "CernVM File System repository information retrieval\n"
20 "This command reads the content of a .cvmfspublished file and exposes it "
27 bool Exists(
const std::string &repository,
const std::string &file)
const;
37 return "Prints the version of CernVM-FS";
47 #endif // CVMFS_SWISSKNIFE_INFO_H_
virtual std::string GetDescription() const
int Main(const ArgumentList &args)
std::vector< Parameter > ParameterList
virtual std::string GetDescription() const
virtual std::string GetName() const
std::map< char, SharedPtr< std::string > > ArgumentList
ParameterList GetParams() const
virtual std::string GetName() const
bool Exists(const std::string &repository, const std::string &file) const
ParameterList GetParams() const
int Main(const ArgumentList &args)