Class Loader.Detector

java.lang.Object
org.bytedeco.javacpp.Loader.Detector
Enclosing class:
Loader

public static class Loader.Detector extends Object
  • Constructor Details

    • Detector

      public Detector()
  • Method Details

    • getPlatform

      public static String getPlatform()
      Returns either the value of the "org.bytedeco.javacpp.platform" system property, or the host platform when the former is not set.
      Returns:
      System.getProperty("org.bytedeco.javacpp.platform", platform)