Package com.install4j.jdk.spi
package com.install4j.jdk.spi
SPI for adding a new JDK provider to install4j. See
JdkProvider to get started.
Maven
<dependency>
<groupId>com.install4j</groupId>
<artifactId>install4j-jdk-provider</artifactId>
<version><install4j version></version>
</dependency>
Gradle
dependencies {
classpath group: 'com.install4j', name: 'install4j-jdk-provider', version: '<install4j version>'
}
-
ClassDescriptionIDs for common operating architectures as used by the constants in
CommonPlatforms.IDs for common operating systems as used by the constants inCommonPlatforms.IDs for common platforms as used byJdkReleaseNodeandJdkProvider.getByConfigKey(String).Category node for the tree of JDK releases.Base interface for JDK release nodes.Entry point for the JDK provider.A node that describes a JDK release and its download URLs.