Package org.verapdf.pdfa
Interface VeraFoundryProvider
-
public interface VeraFoundryProviderTheVeraFoundryProviderclass simply provides a method to obtain aVeraPDFFoundryinstance. The class is only necessary to allowVeraPDFFoundryimplementations 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VeraPDFFoundrygetInstance()
-
-
-
Method Detail
-
getInstance
VeraPDFFoundry getInstance()
- Returns:
- a
VeraPDFFoundryinstance.
-
-