alma::acs::util::CmdLineOption Class Reference
List of all members.
Detailed Description
Class that represents a command line option for alma.acs.util.CmdLineArgs.
- Author:
- hsommer
Constructor & Destructor Documentation
| alma::acs::util::CmdLineOption::CmdLineOption |
( |
String |
name |
) |
[inline, package] |
| alma::acs::util::CmdLineOption::CmdLineOption |
( |
String |
name, |
|
|
String |
altName | |
|
) |
| | [inline, package] |
- Parameters:
-
| name | the name of the option, for example "-debug". |
| altName | an alternative name of the option, that is understood as a synonym of name. |
Member Function Documentation
| boolean alma::acs::util::CmdLineOption::equals |
( |
Object |
obj |
) |
[inline] |
- See also:
- java.lang.Object::equals(Object)
References getName().
| String alma::acs::util::CmdLineOption::getAlternativeName |
( |
|
) |
[inline, package] |
| String alma::acs::util::CmdLineOption::getName |
( |
|
) |
[inline, package] |
| int alma::acs::util::CmdLineOption::hashCode |
( |
|
) |
[inline] |
- See also:
- java.lang.Object::hashCode()
References name.
Member Data Documentation
The documentation for this class was generated from the following file: