| Package | Description | 
|---|---|
| com.pdfunit.validators | 
 Classes implementing validations on specific topics of PDF. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DateValidator | 
DateValidator.after(java.util.Calendar dateLowerLimit,
     DateResolution resolution)
Verifying that a date of the PDF document is higher, than the limit, given by the
 first parameter. 
 | 
DateValidator | 
DateValidator.before(java.util.Calendar dateUpperLimit,
      DateResolution resolution)
Verifying that a date of the PDF document is lower, than the limit, given by the
 first parameter. 
 | 
DateValidator | 
DateValidator.equalsTo(java.util.Calendar expectedDate,
        DateResolution resolution)
Verifying that a date of the PDF document is equal to the date, given by the
 first parameter. 
 | 
DateValidator | 
DateValidator.hasCreationDate()
This method does what the name suggests. 
 | 
DateValidator | 
DocumentValidator.hasCreationDate()
This method returns a validator which provides validation methods for dates. 
 | 
DateValidator | 
DateValidator.hasModificationDate()
This method does what the name suggests. 
 | 
DateValidator | 
DocumentValidator.hasModificationDate()
This method does what the name suggests. 
 | 
Copyright (C) PDFUnit.com. See here for license.