@DoNotObfuscate
public final class VersionValidator
extends com.pdfunit.validators.AbstractValidator
| Modifier | Constructor and Description | 
|---|---|
protected  | 
VersionValidator(DocumentValidator documentValidator)  | 
| Modifier and Type | Method and Description | 
|---|---|
VersionValidator | 
greaterThan(PDFVersion lowerLimitExclusive)
This method does what the name suggests. 
 | 
VersionValidator | 
lessThan(PDFVersion upperLimitExclusive)
This method does what the name suggests. 
 | 
VersionValidator | 
matching(PDFVersion expectedVersion)
This method does what the name suggests. 
 | 
protected VersionValidator(DocumentValidator documentValidator)
@Guarded public VersionValidator matching(PDFVersion expectedVersion)
@Guarded public VersionValidator greaterThan(PDFVersion lowerLimitExclusive)
@Guarded public VersionValidator lessThan(PDFVersion upperLimitExclusive)
Copyright (C) PDFUnit.com. See here for license.