| Method and Description |
|---|
| org.liquigraph.core.configuration.Configuration.classLoader()
Use
Configuration.changelogLoader() for loading any kind of changelog. |
| org.liquigraph.core.configuration.ConfigurationBuilder.withClassLoader(ClassLoader)
Please use
ConfigurationBuilder.withChangelogLoader(ChangelogLoader) with a ClassLoaderChangelogLoader.
Sets ClassLoader to use when reading Liquigraph changelogs.
Default is Thread.currentThread().getContextClassLoader().
Don't call this unless you REALLY know what you're doing. |
Copyright © 2018. All rights reserved.