saker.sdk.support Documentation TaskDoc JavaDoc Packages
Creates a reference to a path in a given SDK. An SDK path reference constists of an SDK Name from which it looks up the path. A path Identifier that specifies the path that is contained in the SDK. SDK path references can be passed to tasks which support it. They are resolved against the SDKs which are also passed to the associated task as input. SDK path references are not useful on their own and they should always be used with other SDK inputs. They can be used to specify inputs which are not directly part of the build execution but are installed in the supported build environment.
Summary
Parameters
Identifier
Required parameter.
Specifies the path Identifier in the SDK.
Name
Required parameter.
Specifies the SDK name that the path should be resolved against.
RelativeSpecifies a relative path that should be resolved against the retrieved SDK path.
Parameters
Required parameter.
Specifies the path Identifier in the SDK. The specified Identifier will be used to retrieve the path from the associated SDK. The available supported identifiers are based on the associated SDK.
Required parameter.
Specifies the SDK name that the path should be resolved against. The SDK names are compared in an ignore case manner. The actual SDK the path is resolved against is based on the usage context of the returned reference.
Specifies a relative path that should be resolved against the retrieved SDK path. The specified relative path will be resolved against the path that was directly retrieved from the associated SDK.