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

#include <cmd_hash.h>

Inheritance diagram for publish::CmdHash:
Collaboration diagram for publish::CmdHash:

Public Member Functions

virtual std::string GetName () const
 
virtual std::string GetBrief () const
 
virtual std::string GetDescription () const
 
virtual ParameterList GetParams () const
 
virtual bool IsHidden () const
 
virtual int Main (const Options &options)
 
- Public Member Functions inherited from publish::Command
virtual ~Command ()
 
virtual std::string GetUsage () const
 
std::string GetExamples () const
 
virtual unsigned GetMinPlainArgs () const
 
Options ParseOptions (int argc, char **argv)
 
std::string progname () const
 

Additional Inherited Members

- Public Types inherited from publish::Command
typedef std::vector< ParameterParameterList
 
- Protected Member Functions inherited from publish::Command
virtual std::vector< std::string > DoGetExamples () const
 

Detailed Description

Definition at line 14 of file cmd_hash.h.

Member Function Documentation

virtual std::string publish::CmdHash::GetBrief ( ) const
inlinevirtual

A one-line explanation of what the command does

Implements publish::Command.

Definition at line 17 of file cmd_hash.h.

virtual std::string publish::CmdHash::GetDescription ( ) const
inlinevirtual

An extended description of the functionality

Reimplemented from publish::Command.

Definition at line 20 of file cmd_hash.h.

virtual std::string publish::CmdHash::GetName ( ) const
inlinevirtual

Used to call the command as cvmfs_server $GetName() ...

Implements publish::Command.

Definition at line 16 of file cmd_hash.h.

virtual ParameterList publish::CmdHash::GetParams ( ) const
inlinevirtual

Returns the ordered array of possible parameters to this command

Implements publish::Command.

Definition at line 24 of file cmd_hash.h.

Here is the call graph for this function:

virtual bool publish::CmdHash::IsHidden ( ) const
inlinevirtual

Internal commands can be added that will be omitted from the printed list of available commands. By default, commands are visible though.

Reimplemented from publish::Command.

Definition at line 36 of file cmd_hash.h.

int publish::CmdHash::Main ( const Options options)
virtual

The dictionary of passed arguments can be obtained by a call to ParseOptions()

Implements publish::Command.

Definition at line 22 of file cmd_hash.cc.

Here is the call graph for this function:


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