Returns the names of local resources visible to this bundle class loader. Only the resources available on the local class path of this bundle class loader are searched.
@param path The path name in which to look.
@param filePattern The file name pattern for selecting resource names inthe specified path.
@param options The options for listing resource names.
@return a collection of resource names. If no resources are found thenthe empty collection is returned.
@see {@link ClassLoaderDelegate#listResources(String,String,int)}
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.