package saker.sdk.support.api
Contains classes for SDK representation and management.
| EnvironmentSDKDescription | SDKDescription that represents an SDK that is resolved from a given build environment. |
| IndeterminateSDKDescription | SDKDescription that may possibly select different SDKs on different environments. |
| ResolvedSDKDescription | This kind of SDK description shouldn't be used anymore. |
| SDKDescription | Represents a description for an SDK. |
| SDKDescriptionVisitor | Visitor interface for the possible types of SDKDescription. |
| SDKPathCollectionReference | Interface providing access to a collection of paths derived from SDKs. |
| SDKPathReference | Interface that references a String value derived based on the associated SDKs. |
| SDKPropertyCollectionReference | Interface providing access to a collection of String properties derived from SDKs. |
| SDKPropertyReference | Interface that references a String value derived based on the associated SDKs. |
| SDKReference | Provides access to the paths and properties of an SDK. |
| SDKValueReference | Interface that provides access to derived values from SDKs. |
| UserSDKDescription | SDKDescription that encloses a predefined set of paths and properties. |
| SDKSupportUtils | Utility class providing functions for SDK management. |