public interface LanguageFactory
Language.| Modifier and Type | Method and Description |
|---|---|
Language |
createLanguage(String id,
String jvmVersion)
Creates and returns a
Language for the given id and JVM version. |
Language createLanguage(String id, String jvmVersion)
Language for the given id and JVM version. If the
factory does not recognise the given id, null should be returned.id - the id of the languagejvmVersion - the jvm version or null to use the defaultnullCopyright © 2020 Pivotal Software, Inc.. All rights reserved.