#include "SheppCommandFunctions.H"
#include "DomainCheck.H"
#include "DomainInfo.H"
#include "DomainCreate.H"
#include "DomainUpdate.H"
#include "DomainRenew.H"
Go to the source code of this file.
Functions | |
int | cmd_domain_help (string error_msg, string specific="") |
print domain command usage info | |
int | cmd_domain_check (vector< string > &args) |
domain check command function | |
int | cmd_domain_info (vector< string > &args) |
domain info command function | |
int | cmd_domain_transfer (vector< string > &args) |
domain transfer command function | |
int | cmd_domain_create (vector< string > &args) |
domain create command function | |
int | cmd_domain_delete (vector< string > &args) |
domain check delete function | |
int | cmd_domain_renew (vector< string > &args) |
domain renew command function | |
int | cmd_domain_update (vector< string > &args) |
domain update command function | |
int | cmd_domain (vector< string > &args) |
main domain command |
int cmd_domain | ( | vector< string > & | args | ) |
main domain command
arg | command-line input arguments |
int cmd_domain_check | ( | vector< string > & | args | ) |
domain check command function
args | vector with command-line arguments |
int cmd_domain_create | ( | vector< string > & | args | ) |
domain create command function
args | vector with command-line arguments |
int cmd_domain_delete | ( | vector< string > & | args | ) |
domain check delete function
args | vector with command-line arguments |
int cmd_domain_help | ( | string | error_msg, | |
string | specific = "" | |||
) |
print domain command usage info
error_msg | error message to be printed | |
specific | optional, choses specific sub-command |
int cmd_domain_info | ( | vector< string > & | args | ) |
domain info command function
args | vector with command-line arguments |
int cmd_domain_renew | ( | vector< string > & | args | ) |
domain renew command function
args | vector with command-line arguments |
int cmd_domain_transfer | ( | vector< string > & | args | ) |
domain transfer command function
args | vector with command-line arguments |
int cmd_domain_update | ( | vector< string > & | args | ) |
domain update command function
args | vector with command-line arguments |