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
IOException
Enumeration<URL> getResources(String packageName) throws IOException
IOException
ClassLoader toClassLoader()
Copyright © 2014 Liquibase.org. All rights reserved.