CernVM-FS
2.12.0
|
#include <cmd_mkfs.h>
Public Member Functions | |
virtual std::string | GetName () const |
virtual std::string | GetBrief () const |
virtual ParameterList | GetParams () const |
virtual std::string | GetUsage () const |
virtual unsigned | GetMinPlainArgs () const |
virtual int | Main (const Options &options) |
Public Member Functions inherited from publish::Command | |
virtual | ~Command () |
virtual std::string | GetDescription () const |
std::string | GetExamples () const |
virtual bool | IsHidden () const |
Options | ParseOptions (int argc, char **argv) |
std::string | progname () const |
Additional Inherited Members | |
Public Types inherited from publish::Command | |
typedef std::vector< Parameter > | ParameterList |
Protected Member Functions inherited from publish::Command | |
virtual std::vector< std::string > | DoGetExamples () const |
Definition at line 14 of file cmd_mkfs.h.
|
inlinevirtual |
A one-line explanation of what the command does
Implements publish::Command.
Definition at line 17 of file cmd_mkfs.h.
|
inlinevirtual |
The command needs at least so many non-parameter arguments (e.g. fqrn)
Reimplemented from publish::Command.
Definition at line 83 of file cmd_mkfs.h.
|
inlinevirtual |
Used to call the command as cvmfs_server $GetName() ...
Implements publish::Command.
Definition at line 16 of file cmd_mkfs.h.
|
inlinevirtual |
Returns the ordered array of possible parameters to this command
Implements publish::Command.
Definition at line 20 of file cmd_mkfs.h.
|
inlinevirtual |
Reimplemented from publish::Command.
Definition at line 80 of file cmd_mkfs.h.
|
virtual |
The dictionary of passed arguments can be obtained by a call to ParseOptions()
Implements publish::Command.
Definition at line 24 of file cmd_mkfs.cc.