public class MigrationResourceAccessor
extends liquibase.resource.ClassLoaderResourceAccessor
Modifier and Type | Field and Description |
---|---|
static String |
CHANGELOG_NAME
Name for which the change log is served.
|
Constructor and Description |
---|
MigrationResourceAccessor(String changeLog)
Create a new accessor to support the dynamically created change log.
|
Modifier and Type | Method and Description |
---|---|
Set<InputStream> |
getResourcesAsStream(String file) |
list, toClassLoader, toString
public static final String CHANGELOG_NAME
public MigrationResourceAccessor(String changeLog)
changeLog
- the dynamically created change logpublic Set<InputStream> getResourcesAsStream(String file) throws IOException
getResourcesAsStream
in interface liquibase.resource.ResourceAccessor
getResourcesAsStream
in class liquibase.resource.ClassLoaderResourceAccessor
IOException
Copyright © 2004–2021 XWiki. All rights reserved.