Uses of Enum
org.basepom.mojo.propertyhelper.IgnoreWarnFail
Packages that use IgnoreWarnFail
Package
Description
-
Uses of IgnoreWarnFail in org.basepom.mojo.propertyhelper
Methods in org.basepom.mojo.propertyhelper that return IgnoreWarnFailModifier and TypeMethodDescriptionstatic IgnoreWarnFail
static IgnoreWarnFail
Returns the enum constant of this type with the specified name.static IgnoreWarnFail[]
IgnoreWarnFail.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.basepom.mojo.propertyhelper with parameters of type IgnoreWarnFailModifier and TypeMethodDescriptionstatic boolean
IgnoreWarnFail.checkIgnoreWarnFailState
(boolean check, IgnoreWarnFail iwf, Supplier<String> checkMessage, Supplier<String> errorMessage) Ensure that a given element exists.InterpolatorFactory.interpolate
(String name, IgnoreWarnFail onMissingField, Map<String, String> properties) -
Uses of IgnoreWarnFail in org.basepom.mojo.propertyhelper.definitions
Methods in org.basepom.mojo.propertyhelper.definitions that return IgnoreWarnFailModifier and TypeMethodDescriptionPropertyGroupDefinition.getOnDuplicateProperty()
PropertyGroupDefinition.getOnMissingField()
FieldDefinition.getOnMissingProperty()
StringDefinition.getOnMissingValue()
-
Uses of IgnoreWarnFail in org.basepom.mojo.propertyhelper.groups
Methods in org.basepom.mojo.propertyhelper.groups that return IgnoreWarnFail