Uses of Enum
org.basepom.mojo.propertyhelper.beans.IgnoreWarnFailCreate
Packages that use IgnoreWarnFailCreate
-
Uses of IgnoreWarnFailCreate in org.basepom.mojo.propertyhelper.beans
Methods in org.basepom.mojo.propertyhelper.beans that return IgnoreWarnFailCreateModifier and TypeMethodDescriptionstatic IgnoreWarnFailCreate
AbstractDefinition.getOnMissingFile()
AbstractDefinition.getOnMissingProperty()
static IgnoreWarnFailCreate
Returns the enum constant of this type with the specified name.static IgnoreWarnFailCreate[]
IgnoreWarnFailCreate.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 IgnoreWarnFailCreateModifier and TypeMethodDescriptionstatic boolean
IgnoreWarnFailCreate.checkState
(IgnoreWarnFailCreate iwfc, boolean exists, String thing) Reacts on a given thing existing or not existing.