Package io.quarkus.info
Interface JavaInfo
public interface JavaInfo
This interface provides information about the Java runtime.
- See Also:
-
Method Summary
-
Method Details
-
version
String version()Return the Java runtime version.- Returns:
- string that represent the Java version
-
vendor
String vendor()Return the Java vendor.- Returns:
- string that represent the Java vendor
-
vendorVersion
String vendorVersion()Return the Java vendor runtime version.- Returns:
- string that represent the Java vendor version
-