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>
<repository>
<id>ej-technologies</id>
<url>https://maven.ej-technologies.com/repository</url>
</repository>
Gradle
repositories {
maven {
url 'https://maven.ej-technologies.com/repository'
}
}
dependencies {
classpath group: 'com.install4j', name: 'install4j-jdk-provider', version: '<install4j version>'
}
-
Interface Summary Interface Description JdkCategoryNode Category node for the tree of JDK releases.JdkNode Base interface for JDK release nodes.JdkProvider Entry point for the JDK provider.JdkReleaseNode A node that describes a JDK release and its download URLs. -
Class Summary Class Description CommonArchitectures IDs for common operating architectures as used by the constants inCommonPlatforms
.CommonOperatingSystems IDs for common operating systems as used by the constants inCommonPlatforms
.CommonPlatforms IDs for common platforms as used byJdkReleaseNode
andJdkProvider.getByConfigKey(String)
.