org.apache.pivot.util
Class ThreadUtilities
java.lang.Object
org.apache.pivot.util.ThreadUtilities
public final class ThreadUtilities
- extends Object
Contains utility methods for dealing with threads.
Method Summary |
static ClassLoader |
getClassLoader()
Gets the class loader used to load the Pivot classes (and, by
association, the application classes and resources). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getClassLoader
public static ClassLoader getClassLoader()
- Gets the class loader used to load the Pivot classes (and, by
association, the application classes and resources).
- Returns:
- The Pivot class loader.