org.carrot2.util.resource
Class ContextClassLoaderLocator

java.lang.Object
  extended by org.carrot2.util.resource.ContextClassLoaderLocator
All Implemented Interfaces:
IResourceLocator

public final class ContextClassLoaderLocator
extends Object
implements IResourceLocator

Looks up resources in the thread's context class loader.


Constructor Summary
ContextClassLoaderLocator()
           
 
Method Summary
 IResource[] getAll(String resource, Class<?> clazz)
          Locate All matching resources and return their abstraction.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextClassLoaderLocator

public ContextClassLoaderLocator()
Method Detail

getAll

public IResource[] getAll(String resource,
                          Class<?> clazz)
Description copied from interface: IResourceLocator
Locate All matching resources and return their abstraction.

Specified by:
getAll in interface IResourceLocator


Copyright (c) Dawid Weiss, Stanislaw Osinski