Package | Description |
---|---|
org.netbeans.api.java.platform |
Representation of Java platform installations.
|
org.netbeans.spi.java.platform | |
org.netbeans.spi.java.platform.support |
Modifier and Type | Method and Description |
---|---|
static JavaPlatform |
JavaPlatform.getDefault()
Get the "default platform", meaning the JDK on which NetBeans itself is running.
|
JavaPlatform |
JavaPlatformManager.getDefaultPlatform()
Returns default platform.
|
JavaPlatform[] |
JavaPlatformManager.getInstalledPlatforms()
Gets an array of JavaPlatfrom objects.
|
JavaPlatform[] |
JavaPlatformManager.getPlatforms(String platformDisplayName,
Specification platformSpec)
Returns platform given by display name and/or specification.
|
Modifier and Type | Method and Description |
---|---|
JavaPlatform |
JavaPlatformFactory.create(FileObject installFolder,
String name,
boolean persistent)
Creates a new
JavaPlatform located in given folder. |
Modifier and Type | Class and Description |
---|---|
class |
ForwardingJavaPlatform
A
JavaPlatform forwarding calls to a delegate. |
Modifier and Type | Field and Description |
---|---|
protected JavaPlatform |
ForwardingJavaPlatform.delegate |
Constructor and Description |
---|
ForwardingJavaPlatform(JavaPlatform delegate) |