--release name
command line option.
Register in META-INF/services/com.sun.tools.javac.platform.PlatformProvider
.
This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
Modifier and Type | Class and Description |
---|---|
public static class | PlatformProvider.
Throw if the given platform is not supported. |
Modifier and Type | Method and Description |
---|---|
public PlatformDescription | Returns: a PlatformDescriptionthe name of the selected platform platformName, String additional parameter, which can be specified after ':' on the command line options)Create a description of a selected platform. |
public Iterable |
getPlatform | back to summary |
---|---|
public PlatformDescription getPlatform(String platformName, String options) throws PlatformNotSupported Create a description of a selected platform.
|
getSupportedPlatformNames | back to summary |
---|---|
public Iterable Names of platforms supported by this provider. Each returned name can be used as the key for --release. |
Modifier and Type | Field and Description |
---|---|
private static final long |
Access | Constructor and Description |
---|---|
public |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
PlatformNotSupported | back to summary |
---|---|
public PlatformNotSupported() |