Public Member Functions | Protected Attributes | Package Functions

alma.acs.util.CmdLineOption Class Reference

Inheritance diagram for alma.acs.util.CmdLineOption:
alma.acs.util.CmdLineRegisteredOption

List of all members.

Public Member Functions

boolean equals (Object obj)
int hashCode ()

Protected Attributes

String name
String altName

Package Functions

 CmdLineOption (String name)
 CmdLineOption (String name, String altName)
String getName ()
String getAlternativeName ()

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  )  [package]
alma.acs.util.CmdLineOption.CmdLineOption ( String  name,
String  altName 
) [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  ) 
See also:
java.lang.Object.equals(Object)

References alma.acs.util.CmdLineOption.getName().

String alma.acs.util.CmdLineOption.getAlternativeName (  )  [package]
int alma.acs.util.CmdLineOption.hashCode (  ) 
See also:
java.lang.Object.hashCode()

References alma.acs.util.CmdLineOption.name.


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties