Package io.quarkus.flyway.deployment
Class FlywayEnabled
java.lang.Object
io.quarkus.flyway.deployment.FlywayEnabled
- All Implemented Interfaces:
BooleanSupplier
Supplier that can be used to only run build steps
if the Flyway extension is enabled.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FlywayEnabled
FlywayEnabled(FlywayBuildTimeConfig config)
-
-
Method Details
-
getAsBoolean
public boolean getAsBoolean()- Specified by:
getAsBooleanin interfaceBooleanSupplier
-