Uses of Class
com.googlecode.flyway.core.util.ClassPathResource

Packages that use ClassPathResource
com.googlecode.flyway.core.migration.sql Private API: No compatibility guarantees provided. 
com.googlecode.flyway.core.util Private API: No compatibility guarantees provided. 
com.googlecode.flyway.core.util.scanner Private API: No compatibility guarantees provided. 
 

Uses of ClassPathResource in com.googlecode.flyway.core.migration.sql
 

Constructors in com.googlecode.flyway.core.migration.sql with parameters of type ClassPathResource
SqlMigration(ClassPathResource sqlScriptResource, PlaceholderReplacer placeholderReplacer, java.lang.String encoding, java.lang.String versionString, java.lang.String scriptName)
          Creates a new sql script migration based on this sql script.
 

Uses of ClassPathResource in com.googlecode.flyway.core.util
 

Methods in com.googlecode.flyway.core.util with parameters of type ClassPathResource
 int ClassPathResource.compareTo(ClassPathResource o)
           
 

Uses of ClassPathResource in com.googlecode.flyway.core.util.scanner
 

Methods in com.googlecode.flyway.core.util.scanner that return ClassPathResource
 ClassPathResource[] ClassPathScanner.scanForResources(java.lang.String location, java.lang.String prefix, java.lang.String suffix)
          Scans the classpath for resources under the specified location, starting with the specified prefix and ending with the specified suffix.
 



Copyright © 2012. All Rights Reserved.