Class ResourceFinderImpl
- java.lang.Object
-
- org.apache.axis2.metadata.resource.impl.ResourceFinderImpl
-
- All Implemented Interfaces:
ResourceFinder
public class ResourceFinderImpl extends Object implements ResourceFinder
-
-
Constructor Summary
Constructors Constructor Description ResourceFinderImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URL[]
getURLs(ClassLoader cl)
This method reads all the resource URLs available to this classLoader.
-
-
-
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 interfaceResourceFinder
- Returns:
-
-