パッケージ org.iplass.mtp.impl.util

クラス PlatformUtil

java.lang.Object
org.iplass.mtp.impl.util.PlatformUtil

public class PlatformUtil extends Object
  • フィールド詳細

  • コンストラクタの詳細

    • PlatformUtil

      public PlatformUtil()
  • メソッドの詳細

    • getAPIVersion

      public static String getAPIVersion()

      バージョンのハッシュ値を返します。

      戻り値:
      バージョンのハッシュ値
    • getPlatformInformation

      public static PlatformUtil.PlatformInfo getPlatformInformation()

      プラットフォーム情報を返します。

      バージョンが取得したい場合は、以下のコードで取得できます。

       PlatformUtil.getPlatformInformation().getVersion()
       
      戻り値:
      プラットフォーム情報