Package io.quarkus.arc.runtime
Class SuppressConditions
java.lang.Object
io.quarkus.arc.runtime.SuppressConditions
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleansuppressIfProperty(String propertyName, String stringValue, boolean lookupIfMissing) static booleansuppressIfPropertyRegex(String propertyName, Pattern pattern, boolean lookupIfMissing) static booleansuppressUnlessProperty(String propertyName, String stringValue, boolean lookupIfMissing) static booleansuppressUnlessPropertyRegex(String propertyName, Pattern pattern, boolean lookupIfMissing)
-
Method Details
-
suppressIfProperty
-
suppressUnlessProperty
-
suppressIfPropertyRegex
-
suppressUnlessPropertyRegex
-