Constructors
new AssetResolver()
new AssetResolver(): AssetResolverReturns
AssetResolverMethods
getMajorVersion()
static getMajorVersion(): number
Get the major version number.
The major version number.
Returns
number
getMinorVersion()
static getMinorVersion(): number
Get the minor version number.
The minor version number.
Returns
number
getNumber()
static getNumber(id: string, configuration?: AssetResolverTypes.AssetConfiguration | undefined): number
Gets the number whose identifier is passed in based on the current system configuration
qualifiers or based on the provided configuration qualifiers.
Parameters
id
string
The name of the number being queried.
configuration?
AssetResolverTypes.AssetConfiguration | undefined
Optional configuration qualifiers to
use in asset resolution. If these aren’t provided, system configuration qualifiers will be used.
Throws
- Error If AssetResolver execution fails, an Error is thrown.
Returns
number
number
getPatchVersion()
static getPatchVersion(): number
Get the patch version number.
The patch version number.
Returns
number
getString()
static getString(id: string, configuration?: AssetResolverTypes.AssetConfiguration | undefined): AssetResolverTypes.StringValue
Gets the string and direction whose identifier is passed in based on the current system
configuration qualifiers or based on the provided configuration qualifiers.
Parameters
id
string
The name of the string being queried.
configuration?
AssetResolverTypes.AssetConfiguration | undefined
Optional configuration qualifiers to
use in asset resolution. If these aren’t provided, system configuration qualifiers will be used.
Throws
- Error If AssetResolver execution fails, an Error is thrown.
Returns
AssetResolverTypes.StringValue
AssetResolverTypes.StringValue

