Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IProfLoc

The attributes used to identify the location of a given property

Hierarchy

  • IProfLoc

Index

Properties

Properties

Optional jsonLoc

jsonLoc: string

For SOURCE_TEAM_CONFIG, this is the dotted path into the JSON configuration object for the profile. This property is not used (undefined) for SOURCE_OLD_PROFILE, because the old-school profiles use a simple name/value pair like: ArgumentName: value This property is also not used for ENV or DEFAULT.

locType

locType: ProfLocType

The type of location for this property

Optional osLoc

osLoc: string[]

For OLD_PROFILE and TEAM_CONFIG, this is the path to the file on disk which contains the argument. For ENV, this is the name of the environment variable. This is not used for DEFAULT.

Generated using TypeDoc