Package org.bytedeco.javacpp
Class Loader.Detector
java.lang.Object
org.bytedeco.javacpp.Loader.Detector
- Enclosing class:
Loader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
Returns either the value of the "org.bytedeco.javacpp.platform" system property, or the host platform when the former is not set.
-
Constructor Details
-
Detector
public Detector()
-
-
Method Details
-
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)
-