| Package | Description |
|---|---|
| org.liquigraph.core.configuration |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationBuilder |
ConfigurationBuilder.withClassLoader(ClassLoader classLoader)
Sets ClassLoader to use when reading Liquigraph changelogs.
|
ConfigurationBuilder |
ConfigurationBuilder.withDryRunMode(java.nio.file.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 © 2014. All Rights Reserved.