com.intellij.openapi.projectRoots
Interface SdkAdditionalData


public interface SdkAdditionalData

Container for the SDK properties specific to a particular SDK type.


Method Summary
 void checkValid(SdkModel sdkModel)
          Checks if the SDK properties are configured correctly, and throws an exception if they are not.
 java.lang.Object clone()
           
 

Method Detail

clone

java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Throws:
java.lang.CloneNotSupportedException

checkValid

void checkValid(SdkModel sdkModel)
                throws ConfigurationException
Checks if the SDK properties are configured correctly, and throws an exception if they are not.

Parameters:
sdkModel - the model containing all configured SDKs.
Throws:
ConfigurationException - if the SDK is not configured correctly.
Since:
5.0.1