public interface Language
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_JVM_VERSION
The default JVM version to use if none is specified.
|
| Modifier and Type | Method and Description |
|---|---|
static Language |
forId(String id,
String jvmVersion) |
String |
id()
Return the language identifier.
|
String |
jvmVersion()
Return the JVM version level to use.
|
String |
sourceFileExtension()
Return the file extension to use for source file of this language.
|
static final String DEFAULT_JVM_VERSION
String id()
String jvmVersion()
String sourceFileExtension()
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.