com.atlassian.jira.util
Class ClasspathResourceLoader

java.lang.Object
  extended by com.atlassian.jira.util.ClasspathResourceLoader
All Implemented Interfaces:
ResourceLoader

public class ClasspathResourceLoader
extends java.lang.Object
implements ResourceLoader


Constructor Summary
ClasspathResourceLoader()
           
 
Method Summary
 java.util.Enumeration getResources(java.lang.String resourceName, java.lang.Class callingClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClasspathResourceLoader

public ClasspathResourceLoader()
Method Detail

getResources

public java.util.Enumeration getResources(java.lang.String resourceName,
                                          java.lang.Class callingClass)
                                   throws java.io.IOException
Specified by:
getResources in interface ResourceLoader
Throws:
java.io.IOException


Copyright © 2002-2006 Atlassian. All Rights Reserved.