Package org.verapdf.features
Class FeaturesReporter
java.lang.Object
org.verapdf.features.FeaturesReporter
Features reporter
- Author:
- Maksim Bezrukov
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFeaturesReporter(FeatureExtractorConfig config, List<AbstractFeaturesExtractor> extractors) Creates new FeaturesReporter -
Method Summary
Modifier and TypeMethodDescriptionvoidreport(FeaturesObject obj) Reports feature object for feature report
-
Field Details
-
CUSTOM_FEATURES_NAME
- See Also:
-
PLUGIN_FEATURES_NAME
- See Also:
-
-
Constructor Details
-
FeaturesReporter
Creates new FeaturesReporter -
FeaturesReporter
-
-
Method Details
-
report
Reports feature object for feature report- Parameters:
obj- object for reporting
-
getCollection
- Returns:
- collection of featurereport
-