public final class SysUtils
extends java.lang.Object
SysUtils
class provides utility methods to interact with the environment.Constructor and Description |
---|
SysUtils() |
Modifier and Type | Method and Description |
---|---|
static java.net.URL |
getResourceUrl(java.lang.String resourceName)
Returns an URL for the specified resource file stored in
microtesk.jar . |
public static java.net.URL getResourceUrl(java.lang.String resourceName)
microtesk.jar
.resourceName
- Resource file name.java.lang.IllegalArgumentException
- if the argument is null
.