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

#include <cmd_lsof.h>

Inheritance diagram for publish::CmdLsof:
Collaboration diagram for publish::CmdLsof:

Public Member Functions

virtual std::string GetName () const
 
virtual std::string GetBrief () const
 
virtual std::string GetDescription () const
 
virtual std::string GetUsage () const
 
virtual unsigned GetMinPlainArgs () const
 
virtual ParameterList GetParams () const
 
virtual bool IsHidden () const
 
virtual int Main (const Options &options)
 
- Public Member Functions inherited from publish::Command
virtual ~Command ()
 
std::string GetExamples () 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_lsof.h.

Member Function Documentation

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

A one-line explanation of what the command does

Implements publish::Command.

Definition at line 17 of file cmd_lsof.h.

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

An extended description of the functionality

Reimplemented from publish::Command.

Definition at line 20 of file cmd_lsof.h.

virtual unsigned publish::CmdLsof::GetMinPlainArgs ( ) const
inlinevirtual

The command needs at least so many non-parameter arguments (e.g. fqrn)

Reimplemented from publish::Command.

Definition at line 24 of file cmd_lsof.h.

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

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

Implements publish::Command.

Definition at line 16 of file cmd_lsof.h.

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

Returns the ordered array of possible parameters to this command

Implements publish::Command.

Definition at line 25 of file cmd_lsof.h.

virtual std::string publish::CmdLsof::GetUsage ( ) const
inlinevirtual

Reimplemented from publish::Command.

Definition at line 23 of file cmd_lsof.h.

virtual bool publish::CmdLsof::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 26 of file cmd_lsof.h.

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

This file is part of the CernVM File System.

Implements publish::Command.

Definition at line 14 of file cmd_lsof.cc.

Here is the call graph for this function:


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