public class MavenResourceAccessor extends ClassLoaderResourceAccessor
ClassLoaderResourceAccessor for Maven which will use a default or user specified ClassLoader to load files/resources.description, rootPaths| Constructor and Description |
|---|
MavenResourceAccessor(ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
SortedSet<String> |
list(String relativeTo,
String path,
boolean recursive,
boolean includeFiles,
boolean includeDirectories) |
InputStreamList |
openStreams(String relativeTo,
String streamPath) |
describeLocations, getFinalPath, init, isDirectory, listFromClassLoader, listFromRootPaths, loadRootPathsopenStreamclone, describe, equals, get, get, get, getAttributes, getFieldValue, getObjectMetaData, getValuePath, has, hashCode, set, toStringpublic MavenResourceAccessor(ClassLoader classLoader)
public InputStreamList openStreams(String relativeTo, String streamPath) throws IOException
openStreams in interface ResourceAccessoropenStreams in class ClassLoaderResourceAccessorIOExceptionpublic SortedSet<String> list(String relativeTo, String path, boolean recursive, boolean includeFiles, boolean includeDirectories) throws IOException
list in interface ResourceAccessorlist in class ClassLoaderResourceAccessorIOExceptionCopyright © 2021 Liquibase.org. All rights reserved.