Class Devicetree


  • @ThreadSafe
    public final class Devicetree
    extends java.lang.Object
    Utility to read info from the devicetree
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Devicetree()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String queryModel()
      Query the model from the devicetree
      • Methods inherited from class java.lang.Object

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

      • Devicetree

        private Devicetree()
    • Method Detail

      • queryModel

        public static java.lang.String queryModel()
        Query the model from the devicetree
        Returns:
        The model if available, null otherwise