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 IgnoreWarnFailCreateAbstractDefinition.getOnMissingFile()AbstractDefinition.getOnMissingProperty()static IgnoreWarnFailCreateReturns 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 booleanIgnoreWarnFailCreate.checkState(IgnoreWarnFailCreate iwfc, boolean exists, String thing) Reacts on a given thing existing or not existing.