#include <Options.h>
Collaboration diagram for Options:
Public Member Functions | |
Options (void) | |
constructor | |
bool | parse_args (int argc, ACE_TCHAR *argv[]) |
parses commandline arguments | |
Public Attributes | |
ACE_CString | name_ |
Name of package. | |
ACE_CString | uuid_ |
Name of package. | |
ACE_CString | type_ |
Type of package. | |
ACE_CString | path_ |
specifies the local path for install | |
bool | delete_ |
delete the name_ | |
bool | install_ |
installs the name_ | |
bool | create_ |
creates the name_ | |
bool | find_ |
finds the name_ | |
bool | all_names_ |
get all Names | |
bool | all_types_ |
get all types | |
bool | names_by_type_ |
find all names by type | |
bool | shutdown_ |
shutdown the RepositoryManagerDemon | |
bool | register_with_ns_ |
bool | write_to_ior_ |
ACE_CString | repoman_name_ |
Protected Member Functions | |
void | usage (void) |
Options::Options | ( | void | ) |
constructor
bool Options::parse_args | ( | int | argc, | |
ACE_TCHAR * | argv[] | |||
) |
parses commandline arguments
void Options::usage | ( | void | ) | [protected] |
Name of package.
Name of package.
Type of package.
specifies the local path for install
bool Options::delete_ |
delete the name_
bool Options::install_ |
installs the name_
bool Options::create_ |
creates the name_
bool Options::find_ |
finds the name_
bool Options::all_names_ |
get all Names
bool Options::all_types_ |
get all types
find all names by type
bool Options::shutdown_ |
shutdown the RepositoryManagerDemon