org.jboss.util.loading
Class ConstructorTCCLClassLoaderSource
java.lang.Object
org.jboss.util.loading.ConstructorTCCLClassLoaderSource
- All Implemented Interfaces:
- ClassLoaderSource
public class ConstructorTCCLClassLoaderSource
- extends Object
- implements ClassLoaderSource
ClassLoaderSource
implementation that returns the
thread context classloader (TCCL)
in effect when this class' constructor is invoked.
- Author:
- Brian Stansberry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstructorTCCLClassLoaderSource
public ConstructorTCCLClassLoaderSource()
getClassLoader
public ClassLoader getClassLoader()
- Description copied from interface:
ClassLoaderSource
- Gets the classloader provided by this object.
- Specified by:
getClassLoader
in interface ClassLoaderSource
- Returns:
- the classloader, or
null
if none is available
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.