saker.sdk.support Documentation TaskDoc JavaDoc Packages
public interface ResolvedSDKDescription extends SDKDescription
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(SDKReference) to create a new instance.

Methods
public default void
Accepts a visitor and calls an appropriate visit method on it.
public static ResolvedSDKDescription
create(SDKReference reference)
Creates a new ResolvedSDKDescription for the specified SDKReference.
public SDKReference
Gets the enclosed SDK reference.
Inherited methods
public default void accept(SDKDescriptionVisitor visitor)
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.
public abstract SDKReference getSDKReference()
Gets the enclosed SDK reference.
The SDK reference.