Class GetoptIdentityLocator

Command line arguments data source/locator used by converting containers.

class GetoptIdentityLocator
  : Locator!(string,string) ;

Constructors

NameDescription
thisDefault constructor for GetoptIdentityLocator
thisConstructor for GetoptIdentityLocator

Methods

NameDescription
getCheck if command line argument exists, and return identity of it.
hasCheck if an command line argument is present in list of arguments by key id.
getGet a Type that is associated with key.
hasCheck if an element is present in Locator by key id.