#include <Options.h>
Collaboration diagram for Options:
Public Member Functions | |
void | parse_args (int argc, ACE_TCHAR *argv[]) |
parses commandline arguments | |
Static Public Member Functions | |
Options * | instance (void) |
Returns the singleton instance. | |
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 package_ name | |
bool | install_ |
installs the package_ name | |
bool | find_ |
installs the package_ name | |
bool | shutdown_ |
shutdown the RepositoryManagerDemon | |
Protected Member Functions | |
Options (void) | |
protected constructor, singleton | |
void | usage (void) |
Static Protected Attributes | |
Options * | instance_ = 0 |
the singleton |
|
protected constructor, singleton
|
|
Returns the singleton instance.
|
|
parses commandline arguments
|
|
|
|
delete the package_ name
|
|
installs the package_ name
|
|
installs the package_ name
|
|
the singleton
|
|
Name of package.
|
|
specifies the local path for install
|
|
shutdown the RepositoryManagerDemon
|
|
Name of package.
|