liquibase.integration.spring
Class SpringLiquibase.SpringResourceOpener

java.lang.Object
  extended by liquibase.integration.spring.SpringLiquibase.SpringResourceOpener
All Implemented Interfaces:
ResourceAccessor
Enclosing class:
SpringLiquibase

public class SpringLiquibase.SpringResourceOpener
extends Object
implements ResourceAccessor


Constructor Summary
SpringLiquibase.SpringResourceOpener(String parentFile)
           
 
Method Summary
 org.springframework.core.io.Resource getResource(String file)
           
 InputStream getResourceAsStream(String file)
           
 Enumeration<URL> getResources(String packageName)
           
 boolean isPrefixPresent(String file)
           
 ClassLoader toClassLoader()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringLiquibase.SpringResourceOpener

public SpringLiquibase.SpringResourceOpener(String parentFile)
Method Detail

getResourceAsStream

public InputStream getResourceAsStream(String file)
                                throws IOException
Specified by:
getResourceAsStream in interface ResourceAccessor
Throws:
IOException

getResources

public Enumeration<URL> getResources(String packageName)
                              throws IOException
Specified by:
getResources in interface ResourceAccessor
Throws:
IOException

getResource

public org.springframework.core.io.Resource getResource(String file)

isPrefixPresent

public boolean isPrefixPresent(String file)

toClassLoader

public ClassLoader toClassLoader()
Specified by:
toClassLoader in interface ResourceAccessor


Copyright © 2013 Liquibase.org. All Rights Reserved.