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

#include <cmd_zpipe.h>

Inheritance diagram for publish::CmdZpipe:
Collaboration diagram for publish::CmdZpipe:

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_zpipe.h.

Member Function Documentation

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

A one-line explanation of what the command does

Implements publish::Command.

Definition at line 17 of file cmd_zpipe.h.

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

An extended description of the functionality

Reimplemented from publish::Command.

Definition at line 20 of file cmd_zpipe.h.

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

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

Implements publish::Command.

Definition at line 16 of file cmd_zpipe.h.

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

Returns the ordered array of possible parameters to this command

Implements publish::Command.

Definition at line 24 of file cmd_zpipe.h.

Here is the call graph for this function:

virtual bool publish::CmdZpipe::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 32 of file cmd_zpipe.h.

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

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

Implements publish::Command.

Definition at line 187 of file cmd_zpipe.cc.

Here is the call graph for this function:


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