Class SysUtils


  • public final class SysUtils
    extends java.lang.Object
    The SysUtils class provides utility methods to interact with the environment.
    • Constructor Summary

      Constructors 
      Constructor Description
      SysUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.net.URL getResourceUrl​(java.lang.String resourceName)
      Returns an URL for the specified resource file stored in microtesk.jar.
      • Methods inherited from class java.lang.Object

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

      • SysUtils

        public SysUtils()
    • Method Detail

      • getResourceUrl

        public static java.net.URL getResourceUrl​(java.lang.String resourceName)
        Returns an URL for the specified resource file stored in microtesk.jar.
        Parameters:
        resourceName - Resource file name.
        Returns:
        URL for the specified resource file.
        Throws:
        java.lang.IllegalArgumentException - if the argument is null.