Package ru.ispras.castle.util
Class SysUtils
- java.lang.Object
-
- ru.ispras.castle.util.SysUtils
-
public final class SysUtils extends java.lang.Object
TheSysUtils
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 inmicrotesk.jar
.
-
-
-
Method Detail
-
getResourceUrl
public static java.net.URL getResourceUrl(java.lang.String resourceName)
Returns an URL for the specified resource file stored inmicrotesk.jar
.- Parameters:
resourceName
- Resource file name.- Returns:
- URL for the specified resource file.
- Throws:
java.lang.IllegalArgumentException
- if the argument isnull
.
-
-