C# 클래스 Wix.SonarQube.JavaVersionHelper

파일 보기 프로젝트 열기: SonarQubeCommunity/sonarqube-windows-installer

공개 메소드들

메소드 설명
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

메소드 상세

GetJavaVersionInformation() 공개 정적인 메소드

Returns the installed java version and the architecture
public static GetJavaVersionInformation ( ) : JavaVersionInformation
리턴 JavaVersionInformation

IsExpectedJavaVersionInstalled() 공개 정적인 메소드

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
리턴 bool