Package org.verapdf.features.gf.objects
Class GFLowLvlInfoFeaturesObjectAdapter
- java.lang.Object
-
- org.verapdf.features.gf.objects.GFLowLvlInfoFeaturesObjectAdapter
-
- All Implemented Interfaces:
FeaturesObjectAdapter,LowLvlInfoFeaturesObjectAdapter
public class GFLowLvlInfoFeaturesObjectAdapter extends Object implements LowLvlInfoFeaturesObjectAdapter
Feature object adapter for low level info part of the features report- Author:
- Sergey Shemyakov
-
-
Constructor Summary
Constructors Constructor Description GFLowLvlInfoFeaturesObjectAdapter(COSDocument document)Constructs new low level info feature object adapter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCatalogVersion()StringgetCreationId()List<String>getErrors()Set<String>getFilters()doublegetHeaderVersion()intgetIndirectObjectsNumber()StringgetModificationId()booleanisPDFObjectPresent()booleanisTagged()
-
-
-
Constructor Detail
-
GFLowLvlInfoFeaturesObjectAdapter
public GFLowLvlInfoFeaturesObjectAdapter(COSDocument document)
Constructs new low level info feature object adapter.- Parameters:
document- pdfbox class represents document object
-
-
Method Detail
-
getHeaderVersion
public double getHeaderVersion()
- Specified by:
getHeaderVersionin interfaceLowLvlInfoFeaturesObjectAdapter
-
getCatalogVersion
public String getCatalogVersion()
- Specified by:
getCatalogVersionin interfaceLowLvlInfoFeaturesObjectAdapter
-
getIndirectObjectsNumber
public int getIndirectObjectsNumber()
- Specified by:
getIndirectObjectsNumberin interfaceLowLvlInfoFeaturesObjectAdapter
-
getCreationId
public String getCreationId()
- Specified by:
getCreationIdin interfaceLowLvlInfoFeaturesObjectAdapter
-
getModificationId
public String getModificationId()
- Specified by:
getModificationIdin interfaceLowLvlInfoFeaturesObjectAdapter
-
isTagged
public boolean isTagged()
- Specified by:
isTaggedin interfaceLowLvlInfoFeaturesObjectAdapter
-
getFilters
public Set<String> getFilters()
- Specified by:
getFiltersin interfaceLowLvlInfoFeaturesObjectAdapter
-
isPDFObjectPresent
public boolean isPDFObjectPresent()
- Specified by:
isPDFObjectPresentin interfaceFeaturesObjectAdapter
-
getErrors
public List<String> getErrors()
- Specified by:
getErrorsin interfaceFeaturesObjectAdapter
-
-