Class SysUtils

java.lang.Object
com.igormaznitsa.mvngolang.utils.SysUtils

public final class SysUtils
extends java.lang.Object
Class contains some auxiliary system related methods.
Since:
2.3.4
  • Method Summary

    Modifier and Type Method Description
    static java.lang.String decodeGoSdkArchType​(java.lang.String osArchProperty)  
    static java.lang.String findGoSdkOsType()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • findGoSdkOsType

      @Nullable public static java.lang.String findGoSdkOsType()
    • decodeGoSdkArchType

      @Nullable public static java.lang.String decodeGoSdkArchType​(@Nonnull java.lang.String osArchProperty)