|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.skype.connector.ConnectorUtils
public final class ConnectorUtils
Connector helper class. Generic helper methods for all connectors.
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||