public final class ConnectorUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
checkNotNull(String name,
Object value)
Check an object if its not null.
|
static String |
getSkypeTempDir() |
static void |
loadLibrary(String libraryName)
Will load the given native library, extracting it from the resources if needed
to a temporary file.
|
public static void checkNotNull(String name, Object value)
name - Name of the object, used in the exception message.value - The object to check.public static void loadLibrary(String libraryName) throws LoadLibraryException
libraryName - LoadLibraryException - If the file could not be loaded for any reason.public static String getSkypeTempDir()
Copyright © 2013. All Rights Reserved.