Package co.ecg.alpaca.server.framework
Class ResourceLoader
- java.lang.Object
-
- co.ecg.alpaca.server.framework.ResourceLoader
-
public class ResourceLoader extends Object
Resource ResourceLoader Class - Adapted From the log4j Resource ResourceLoader. Attempts to retrieve a resource by name by checking various class and context loaders to determine a possible location.- Version:
- $Id: $Id
- Author:
- Matthew Keathley
-
-
Constructor Summary
Constructors Constructor Description ResourceLoader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static URL
getResource(String resource)
Attempts to find the URL to a given resource name.
-