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. EMPTYEmpty 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 voidPropVerification. add(PropVerificationError error)Adds an error.booleanPropVerification. add(PropVerificationError error, boolean ignoreDups)Adds an error.booleanPropError. assign(PropVerificationError[] verifyErrors)Assigns the verification errors.