public class JBossVFSv3ClassPathLocationScanner extends Object implements ClassPathLocationScanner
| Constructor and Description |
|---|
JBossVFSv3ClassPathLocationScanner() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
findResourceNames(String location,
URL locationUrl)
Finds the resource names below this location on the classpath under this locationUrl.
|
public JBossVFSv3ClassPathLocationScanner()
public Set<String> findResourceNames(String location, URL locationUrl) throws IOException
ClassPathLocationScannerfindResourceNames in interface ClassPathLocationScannerlocation - The system-independent location on the classpath.locationUrl - The system-specific physical location URL.IOException - when the scanning failed.Copyright © 2017. All rights reserved.