Package org.verapdf.pdfa
Interface VeraFoundryProvider
- All Known Implementing Classes:
VeraGreenfieldFoundryProvider
public interface VeraFoundryProvider
The
VeraFoundryProvider class simply provides a method to obtain a
VeraPDFFoundry instance. The class is only necessary to allow
VeraPDFFoundry implementations to be supplied and switched at runtime.- Version:
- 0.1 Created 26 Oct 2016:20:29:21
- Author:
- Carl Wilson carlwilson AT github
-
Method Summary
-
Method Details
-
getInstance
VeraPDFFoundry getInstance()- Returns:
- a
VeraPDFFoundryinstance.
-