OSHelper Class

  • java.lang.Object
    • com.microsoft.aad.msal4j.OSHelper

public class OSHelper

Constructor Summary

Constructor Description
OSHelper()

Method Summary

Modifier and Type Method and Description
static java.lang.String getOs()
static boolean isLinux()
static boolean isMac()
static boolean isWindows()

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

OSHelper

public OSHelper()

Method Details

getOs

public static String getOs()

isLinux

public static boolean isLinux()

isMac

public static boolean isMac()

isWindows

public static boolean isWindows()

Applies to