Uses of Enum
org.basepom.mojo.propertyhelper.beans.IgnoreWarnFail
Packages that use IgnoreWarnFail
-
Uses of IgnoreWarnFail in org.basepom.mojo.propertyhelper
Methods in org.basepom.mojo.propertyhelper with parameters of type IgnoreWarnFailModifier and TypeMethodDescriptionInterpolatorFactory.interpolate
(String value, IgnoreWarnFail onMissingProperty, Map<String, String> properties) -
Uses of IgnoreWarnFail in org.basepom.mojo.propertyhelper.beans
Methods in org.basepom.mojo.propertyhelper.beans that return IgnoreWarnFailModifier 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.Methods in org.basepom.mojo.propertyhelper.beans with parameters of type IgnoreWarnFailModifier and TypeMethodDescriptionstatic void
IgnoreWarnFail.checkState
(IgnoreWarnFail iwf, boolean exists, String thing) Reacts on a given thing existing or not existing.