public class SearchPathResourceAccessor extends CompositeResourceAccessor
ResourceAccessor used by integrations.
It aggregates integration-specific resource accessors with the standard GlobalConfiguration.SEARCH_PATH setting
to create the overall "search path" for Liquibase.| Constructor and Description |
|---|
SearchPathResourceAccessor(ResourceAccessor... defaultAccessors)
Calls
SearchPathResourceAccessor(String, ResourceAccessor...) with the current value of GlobalConfiguration.SEARCH_PATH. |
SearchPathResourceAccessor(String searchPath,
ResourceAccessor... defaultAccessors)
Creates itself with the given searchPath value.
|
addResourceAccessor, describeLocations, list, openStreams, removeResourceAccessoropenStreamclone, describe, equals, get, get, get, getAttributes, getFieldValue, getObjectMetaData, getValuePath, has, hashCode, set, toStringpublic SearchPathResourceAccessor(ResourceAccessor... defaultAccessors)
SearchPathResourceAccessor(String, ResourceAccessor...) with the current value of GlobalConfiguration.SEARCH_PATH.public SearchPathResourceAccessor(String searchPath, ResourceAccessor... defaultAccessors)
GlobalConfiguration.SEARCH_PATH are invalid, an error is logged but no exception is thrown from this method.defaultAccessors - Only uses these asccessors if searchPath is null.Copyright © 2022 Liquibase.org. All rights reserved.