Class EnvironmentLocator

Environment variables data source/locator used by converting containers.

class EnvironmentLocator
  : Locator!(string,string) ;

Methods

NameDescription
getGet an environment variable from environment.
hasCheck if environment variable is set.
getGet a Type that is associated with key.
hasCheck if an element is present in Locator by key id.