Uses of Class
com.billpringle.utils.WrpCsv

Uses of WrpCsv in com.billpringle.utils
 

Fields in com.billpringle.utils declared as WrpCsv
 WrpCsv WrpValidateCsv.csv
          the current CSV file that is being validated
protected  WrpCsv WrpEditValidationRules.csv
          The CSV string that can be validated.
private  WrpCsv WrpValidateCsv.headerCsv
          parsed header line
 

Methods in com.billpringle.utils that return WrpCsv
 WrpCsv WrpValidateCsv.getCsv()
          Return the current CSV object to be (or was) validated
 

Methods in com.billpringle.utils with parameters of type WrpCsv
 void WrpValidateCsv.setCsv(WrpCsv csv)
          Specify the CSV object to be validated.
 int WrpValidateCsv.validate(java.util.Vector<WrpValidateCsv.ValidationRule> rules, int csvLine, WrpCsv csv)
          Validate the given CSV record using the given rules
 int WrpValidateCsv.validate(WrpCsv csv)
          Validate the specified CSV using the previously supplied rules
 

Constructors in com.billpringle.utils with parameters of type WrpCsv
WrpValidateCsv(java.util.Vector<WrpValidateCsv.ValidationRule> rules, int csvLine, WrpCsv csv)
          Create a validation object with the given rules and then validate the given CSV string.