Class Loader.Detector

  • Enclosing class:
    Loader

    public static class Loader.Detector
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Detector()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getPlatform()
      Returns either the value of the "org.bytedeco.javacpp.platform" system property, or the host platform when the former is not set.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Detector

        public Detector()
    • Method Detail

      • getPlatform

        public static java.lang.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)