|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.flyway.core.util.scanner.JarFileLocationScanner
public class JarFileLocationScanner
LocationScanner for jar files.
| Constructor Summary | |
|---|---|
JarFileLocationScanner(java.lang.String protocol)
Creates a new JarFileLocationScanner. |
|
| Method Summary | |
|---|---|
java.util.Set<java.lang.String> |
findResourceNames(java.lang.String location,
java.lang.String locationUrl)
Finds the resource names below this location on the classpath under this locationUrl. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JarFileLocationScanner(java.lang.String protocol)
protocol - The protocol used in the resource URL. Could be jar or zip when used from WebLogic.| Method Detail |
|---|
public java.util.Set<java.lang.String> findResourceNames(java.lang.String location,
java.lang.String locationUrl)
throws java.io.IOException
LocationScanner
findResourceNames in interface LocationScannerlocation - The system-independent location on the classpath.locationUrl - The system-specific physical location URL.
java.io.IOException - when the scanning failed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||