All Downloads are FREE. Search and download functionalities are using the official Maven repository.

liquibase.resource.CompositeResourceAccessor Maven / Gradle / Ivy

There is a newer version: 4.28.0
Show newest version
package liquibase.resource;

import liquibase.util.StringUtils;

import java.io.IOException;
import java.io.InputStream;
import java.net.URL;
import java.net.URLClassLoader;
import java.util.*;

/**
 * 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.
 *
 * @author 




© 2015 - 2024 Weber Informatics LLC | Privacy Policy