| Package | Description |
|---|---|
| org.liquigraph.core.configuration |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationBuilder |
ConfigurationBuilder.withChangelogLoader(ChangelogLoader changelogLoader)
Sets
ChangelogLoader to use when reading Liquigraph changelogs. |
ConfigurationBuilder |
ConfigurationBuilder.withClassLoader(ClassLoader classLoader)
Deprecated.
Please use
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. |
ConfigurationBuilder |
ConfigurationBuilder.withDataSource(DataSource dataSource)
Specifies the data source of the graph database instance.
|
ConfigurationBuilder |
ConfigurationBuilder.withDryRunMode(Path outputDirectory)
Sets Liquigraph to write changesets in a
output.cypher
in the specified outputDirectory. |
ConfigurationBuilder |
ConfigurationBuilder.withExecutionContexts(Collection<String> executionContexts)
Specifies one or more execution contexts.
|
ConfigurationBuilder |
ConfigurationBuilder.withExecutionContexts(String... executionContexts) |
ConfigurationBuilder |
ConfigurationBuilder.withMasterChangelogLocation(String masterChangelog)
Specifies the location of the master changelog file.
|
ConfigurationBuilder |
ConfigurationBuilder.withPassword(String password)
Specifies the password allowed to connect to the remote graph database instance.
|
ConfigurationBuilder |
ConfigurationBuilder.withRunMode()
Sets Liquigraph to execute changesets against the configured graph database.
|
ConfigurationBuilder |
ConfigurationBuilder.withUri(String uri)
Specifies the JDBC connection URI of the graph database instance.
|
ConfigurationBuilder |
ConfigurationBuilder.withUsername(String username)
Specifies the username allowed to connect to the remote graph database instance.
|
Copyright © 2018. All rights reserved.