public class Runtime extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
java |
protected String |
releaseChannel |
protected String |
version |
| Constructor and Description |
|---|
Runtime() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJava() |
String |
getReleaseChannel() |
String |
getVersion() |
void |
setJava(String java) |
void |
setReleaseChannel(String releaseChannel) |
void |
setVersion(String version) |
Copyright © 2024 MuleSoft Inc. All rights reserved.