public interface ResourceAccessor
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getResourceAsStream(String file)
Return the given file path as an InputStream.
|
Enumeration<URL> |
getResources(String packageName) |
ClassLoader |
toClassLoader() |
InputStream getResourceAsStream(String file) throws IOException
IOExceptionEnumeration<URL> getResources(String packageName) throws IOException
IOExceptionClassLoader toClassLoader()
Copyright © 2014 Liquibase.org. All rights reserved.