public class ClassLoaderFileOpener
extends liquibase.resource.AbstractResourceAccessor
OpenmrsClassLoader will be
 used to find files (or any other classloader that is passed into the constructor). This allows
 liquibase xml files in modules to be found.| Constructor and Description | 
|---|
| ClassLoaderFileOpener(ClassLoader cl) | 
| Modifier and Type | Method and Description | 
|---|---|
| SortedSet<String> | describeLocations() | 
| SortedSet<String> | list(String s,
    String s1,
    boolean b,
    boolean b1,
    boolean b2) | 
| liquibase.resource.InputStreamList | openStreams(String context,
           String path) | 
public ClassLoaderFileOpener(ClassLoader cl)
cl - the ClassLoader to use for finding files.public liquibase.resource.InputStreamList openStreams(String context, String path) throws IOException
IOExceptionpublic SortedSet<String> list(String s, String s1, boolean b, boolean b1, boolean b2) throws IOException
IOExceptionCopyright © 2021 OpenMRS Inc.. All rights reserved.