Class Platform


  • public class Platform
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Platform()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void error​(java.lang.String msg)  
      static Platform get()  
      void warn​(java.lang.String msg)  
      • Methods inherited from class java.lang.Object

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

      • Platform

        public Platform()
    • Method Detail

      • warn

        public void warn​(java.lang.String msg)
      • error

        public void error​(java.lang.String msg)