-
Methods Method Description org.liquigraph.core.configuration.Configuration.classLoader() UseConfiguration.changelogLoader()for loading any kind of changelog.org.liquigraph.core.configuration.ConfigurationBuilder.withClassLoader(ClassLoader) Please useConfigurationBuilder.withChangelogLoader(ChangelogLoader)with aClassLoaderChangelogLoader.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.