Uses of Class
com.iizix.prop.PropVerificationError
Packages that use PropVerificationError Package Description com.iizix.prop Uses of PropVerificationError in com.iizix.prop
Fields in com.iizix.prop declared as PropVerificationError Modifier and Type Field Description static PropVerificationError[]
PropVerification. EMPTY
Empty list of errors.Methods in com.iizix.prop that return PropVerificationError Modifier and Type Method Description PropVerificationError[]
PropVerification. getErrors()
Gets the list of errors.PropVerificationError[]
PropVerification. getErrors(GProp<?> property)
Gets the list of errors of a property.Methods in com.iizix.prop with parameters of type PropVerificationError Modifier and Type Method Description void
PropVerification. add(PropVerificationError error)
Adds an error.boolean
PropVerification. add(PropVerificationError error, boolean ignoreDups)
Adds an error.boolean
PropError. assign(PropVerificationError[] verifyErrors)
Assigns the verification errors.