Uses of Interface
com.itextpdf.pdfoptimizer.report.decorator.IMessageDecorator
Packages that use IMessageDecorator
Package
Description
-
Uses of IMessageDecorator in com.itextpdf.pdfoptimizer.report.builder
Constructors in com.itextpdf.pdfoptimizer.report.builder with parameters of type IMessageDecoratorModifierConstructorDescriptionLogReportBuilder
(SeverityLevel minimalLevel, IMessageDecorator decorator) Creates aLogReportBuilder
which will be used to log optimizations. -
Uses of IMessageDecorator in com.itextpdf.pdfoptimizer.report.decorator
Subinterfaces of IMessageDecorator in com.itextpdf.pdfoptimizer.report.decoratorModifier and TypeInterfaceDescriptioninterface
Used to create custom representations of optimization report.Classes in com.itextpdf.pdfoptimizer.report.decorator that implement IMessageDecoratorModifier and TypeClassDescriptionclass
The class is responsible for building string representation of theReportMessage
according to the following pattern:[SEVERITY] Location: Message
.class
This is the default implementation of theIReportDecorator
.class
THe class is responsible for building string representation of theReportMessage
according to the following pattern:Location: Message
if location is not empty andMessage
otherwise.