#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 | path_ |
specifies the local path for install | |
bool | delete_ |
delete the name_ | |
bool | install_ |
installs 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 | |
Protected Member Functions | |
void | usage (void) |
|
constructor
|
|
parses commandline arguments
|
|
|
|
get all Names
|
|
get all types
|
|
delete the name_
|
|
finds the name_
|
|
installs the name_
|
|
Name of package.
|
|
find all names by type
|
|
specifies the local path for install
|
|
shutdown the RepositoryManagerDemon
|
|
Name of package.
|