org.apache.axis2.metadata.resource.impl
Class ResourceFinderImpl

java.lang.Object
  extended by org.apache.axis2.metadata.resource.impl.ResourceFinderImpl
All Implemented Interfaces:
ResourceFinder

public class ResourceFinderImpl
extends Object
implements ResourceFinder


Constructor Summary
ResourceFinderImpl()
           
 
Method Summary
 URL[] getURLs(ClassLoader cl)
          This method reads all the resource URLs available to this classLoader.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceFinderImpl

public ResourceFinderImpl()
Method Detail

getURLs

public URL[] getURLs(ClassLoader cl)
Description copied from interface: ResourceFinder
This method reads all the resource URLs available to this classLoader.

Specified by:
getURLs in interface ResourceFinder
Returns:


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.