public class Liquibase.SpringResourceOpener extends Object implements ResourceAccessor
Constructor and Description |
---|
Liquibase.SpringResourceOpener(String parentFile) |
Modifier and Type | Method and Description |
---|---|
Resource |
getResource(String file) |
InputStream |
getResourceAsStream(String file) |
Enumeration<URL> |
getResources(String packageName) |
boolean |
isClasspathPrefixPresent(String file) |
ClassLoader |
toClassLoader() |
public Liquibase.SpringResourceOpener(String parentFile)
public InputStream getResourceAsStream(String file) throws IOException
getResourceAsStream
in interface ResourceAccessor
IOException
public Enumeration<URL> getResources(String packageName) throws IOException
getResources
in interface ResourceAccessor
IOException
public Resource getResource(String file)
public boolean isClasspathPrefixPresent(String file)
public ClassLoader toClassLoader()
toClassLoader
in interface ResourceAccessor
Copyright © 2012–2014 IFREMER. All rights reserved.