package saker.sdk.support.api
This kind of SDK description shouldn't be used anymore.
SDKDescription that provides access to an already resolved SDKReference.
The interface encloses an SDKReference that was already resolved.
Using ResolvedSDKDescription may cause tasks that are remote dispatchable to not use build clusters.
Clients shouldn't implement this interface.
Use create(
public default void | accept( Accepts a visitor and calls an appropriate visit method on it. |
public static ResolvedSDKDescription | create( Creates a new ResolvedSDKDescription for the specified SDKReference. |
public SDKReference | Gets the enclosed SDK reference. |
From: SDKDescription |
Overridden from: SDKDescription
Accepts a visitor and calls an appropriate
visit
method on it.visitorThe visitor.
Creates a new ResolvedSDKDescription for the specified SDKReference.
referenceThe SDK reference.
The created SDK description.
NullPointerExceptionIf the argument is
null
.Gets the enclosed SDK reference.
The SDK reference.