Package io.quarkus.liquibase.mongodb
Class LiquibaseMongodbFactory
- java.lang.Object
-
- io.quarkus.liquibase.mongodb.LiquibaseMongodbFactory
-
public class LiquibaseMongodbFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description LiquibaseMongodbFactory(LiquibaseMongodbConfig config, LiquibaseMongodbBuildTimeConfig liquibaseMongodbBuildTimeConfig, MongoClientConfig mongoClientConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description liquibase.ContextscreateContexts()Creates the default contexts base on the configurationliquibase.LabelExpressioncreateLabels()Creates the default labels base on the configurationliquibase.LiquibasecreateLiquibase()LiquibaseMongodbConfiggetConfiguration()
-
-
-
Field Detail
-
HAS_DB
Pattern HAS_DB
-
-
Constructor Detail
-
LiquibaseMongodbFactory
public LiquibaseMongodbFactory(LiquibaseMongodbConfig config, LiquibaseMongodbBuildTimeConfig liquibaseMongodbBuildTimeConfig, MongoClientConfig mongoClientConfig)
-
-
Method Detail
-
createLiquibase
public liquibase.Liquibase createLiquibase()
-
getConfiguration
public LiquibaseMongodbConfig 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
-
-