Packages

class ScaledaSDK extends SdkType

Scaleda SDK Type

Obviously, Scaleda is not a software development tool, in which there's no such 'SDK' concept. However, to fit the requirement of IJ platform, SDK here is used to point to Scaleda config files. For example, ~/.scaleda is treated as the SDK path.

Linear Supertypes
SdkType, SdkTypeId, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScaledaSDK
  2. SdkType
  3. SdkTypeId
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ScaledaSDK()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def adjustSelectedSdkHome(arg0: String): String
    Definition Classes
    SdkType
  5. def allowCreationByUser(): Boolean
    Definition Classes
    SdkType
  6. def allowWslSdkForLocalProject(): Boolean
    Definition Classes
    SdkTypeId
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. def createAdditionalDataConfigurable(sdkModel: SdkModel, sdkModificator: SdkModificator): AdditionalDataConfigurable
    Definition Classes
    ScaledaSDK → SdkType
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    SdkType → AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. def getComparator(): Comparator[Sdk]
    Definition Classes
    SdkType
  14. def getDefaultDocumentationUrl(arg0: Sdk): String
    Definition Classes
    SdkType
  15. def getDependencyType(): SdkType
    Definition Classes
    SdkType
  16. def getDownloadSdkUrl(): String
    Definition Classes
    SdkType
  17. def getHelpTopic(): String
    Definition Classes
    SdkType
  18. def getHomeChooserDescriptor(): FileChooserDescriptor
    Definition Classes
    SdkType
  19. def getHomeFieldLabel(): String
    Definition Classes
    SdkType
  20. def getIcon(): Icon
    Definition Classes
    ScaledaSDK → SdkType
  21. def getInvalidHomeMessage(arg0: String): String
    Definition Classes
    SdkType
  22. def getName(): String
    Definition Classes
    SdkType → SdkTypeId
  23. def getPresentableName(): String
    Definition Classes
    ScaledaSDK → SdkType
  24. def getVersionString(arg0: String): String
    Definition Classes
    SdkType
  25. def getVersionString(arg0: Sdk): String
    Definition Classes
    SdkType → SdkTypeId
  26. def hashCode(): Int
    Definition Classes
    SdkType → AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isLocalSdk(arg0: Sdk): Boolean
    Definition Classes
    SdkTypeId
  29. def isRelevantForFile(arg0: Project, arg1: VirtualFile): Boolean
    Definition Classes
    SdkType
  30. def isRootTypeApplicable(arg0: OrderRootType): Boolean
    Definition Classes
    SdkType
  31. def isValidSdkHome(path: String): Boolean
    Definition Classes
    ScaledaSDK → SdkType
  32. def loadAdditionalData(arg0: Sdk, arg1: Element): SdkAdditionalData
    Definition Classes
    SdkType → SdkTypeId
  33. def loadAdditionalData(arg0: Element): SdkAdditionalData
    Definition Classes
    SdkType
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  37. def saveAdditionalData(additionalData: SdkAdditionalData, additional: Element): Unit
    Definition Classes
    ScaledaSDK → SdkTypeId
  38. def sdkHasValidPath(arg0: Sdk): Boolean
    Definition Classes
    SdkType
  39. def sdkPath(arg0: VirtualFile): String
    Definition Classes
    SdkType
  40. def setupSdkPaths(arg0: Sdk): Unit
    Definition Classes
    SdkType
  41. def setupSdkPaths(arg0: Sdk, arg1: SdkModel): Boolean
    Definition Classes
    SdkType
  42. def showCustomCreateUI(arg0: SdkModel, arg1: JComponent, arg2: Sdk, arg3: Consumer[_ >: Sdk <: AnyRef]): Unit
    Definition Classes
    SdkType
  43. def suggestHomePath(): String
    Definition Classes
    ScaledaSDK → SdkType
  44. def suggestHomePaths(): Collection[String]
    Definition Classes
    SdkType
  45. def suggestSdkName(currentSdkName: String, sdkHome: String): String
    Definition Classes
    ScaledaSDK → SdkType
  46. def supportsCustomCreateUI(): Boolean
    Definition Classes
    SdkType
  47. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  48. def toString(): String
    Definition Classes
    SdkType → AnyRef → Any
  49. def versionComparator(): Comparator[Sdk]
    Definition Classes
    SdkTypeId
  50. def versionStringComparator(): Comparator[String]
    Definition Classes
    SdkTypeId
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

  2. def getIconForAddAction(): Icon
    Definition Classes
    SdkType
    Annotations
    @Deprecated
    Deprecated

Inherited from SdkType

Inherited from SdkTypeId

Inherited from AnyRef

Inherited from Any

Ungrouped