C# Class Wix.SonarQube.JavaVersionHelper

Afficher le fichier Open project: SonarQubeCommunity/sonarqube-windows-installer

Méthodes publiques

Méthode Description
GetJavaVersionInformation ( ) : JavaVersionInformation

Returns the installed java version and the architecture

IsExpectedJavaVersionInstalled ( JavaVersionInformation information, string version ) : bool

Compares if the installed version of java matches with the operating system's

Method Details

GetJavaVersionInformation() public static méthode

Returns the installed java version and the architecture
public static GetJavaVersionInformation ( ) : JavaVersionInformation
Résultat JavaVersionInformation

IsExpectedJavaVersionInstalled() public static méthode

Compares if the installed version of java matches with the operating system's
public static IsExpectedJavaVersionInstalled ( JavaVersionInformation information, string version ) : bool
information JavaVersionInformation
version string
Résultat bool