Inherits from NSObject
Declared in Environment.h

Overview

Describes a operating environment in the HPCS system.

HP has several environments, but this code knows about two

  • RNDD
  • Production

Tasks

  •   HPCSIdentityURL

    the URL endpoint for the Enviroment in question, HP has several

    property
  • + sharedInstance

    The singleton loaded from Environments.plist. Picks the environment to set from Info.plist Configuration key

Properties

HPCSIdentityURL

the URL endpoint for the Enviroment in question, HP has several

@property (retain) NSString *HPCSIdentityURL

Declared In

Environment.h

Class Methods

sharedInstance

The singleton loaded from Environments.plist. Picks the environment to set from Info.plist Configuration key

+ (Environment *)sharedInstance

Discussion

if there is no Info.plist Configuration key, or there is no Environment defined for the Configuration key then it just returns the production identity URL value

Declared In

Environment.h