Package liquibase.resource

Interface Summary
ResourceAccessor Abstracts file access so they can be read in a variety of manners.
 

Class Summary
ClassLoaderResourceAccessor An implementation of liquibase.FileOpener that opens file from the class loader.
CompositeResourceAccessor A FileOpener that will search in a List of other FileOpeners until it finds one that has a resource of the appropriate name and path.
FileSystemResourceAccessor A FileOpener implementation which finds Files in the File System.
 



Copyright © 2012 Liquibase.org. All Rights Reserved.