Uses of Enum
org.basepom.mojo.propertyhelper.beans.IgnoreWarnFail
-
Uses of IgnoreWarnFail in org.basepom.mojo.propertyhelper
Modifier and TypeMethodDescriptionInterpolatorFactory.interpolate
(String value, IgnoreWarnFail onMissingProperty, Map<String, String> properties) -
Uses of IgnoreWarnFail in org.basepom.mojo.propertyhelper.beans
Modifier and TypeMethodDescriptionstatic IgnoreWarnFail
PropertyGroup.getOnDuplicateProperty()
PropertyGroup.getOnMissingProperty()
StringDefinition.getOnMissingValue()
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.Modifier and TypeMethodDescriptionstatic void
IgnoreWarnFail.checkState
(IgnoreWarnFail iwf, boolean exists, String thing) Reacts on a given thing existing or not existing.