Package io.quarkus.liquibase.mongodb
Class LiquibaseMongodbFactory
java.lang.Object
io.quarkus.liquibase.mongodb.LiquibaseMongodbFactory
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLiquibaseMongodbFactory(LiquibaseMongodbConfig config, LiquibaseMongodbBuildTimeConfig liquibaseMongodbBuildTimeConfig, MongoClientConfig mongoClientConfig) -
Method Summary
Modifier and TypeMethodDescriptionliquibase.ContextsCreates the default contexts base on the configurationliquibase.LabelExpressionCreates the default labels base on the configurationliquibase.Liquibase
-
Field Details
-
HAS_DB
Pattern HAS_DB
-
-
Constructor Details
-
LiquibaseMongodbFactory
public LiquibaseMongodbFactory(LiquibaseMongodbConfig config, LiquibaseMongodbBuildTimeConfig liquibaseMongodbBuildTimeConfig, MongoClientConfig mongoClientConfig)
-
-
Method Details
-
createLiquibase
public liquibase.Liquibase createLiquibase() -
getConfiguration
-
createLabels
public liquibase.LabelExpression createLabels()Creates the default labels base on the configuration- Returns:
- the label expression
-
createContexts
public liquibase.Contexts createContexts()Creates the default contexts base on the configuration- Returns:
- the contexts
-