Uses of Enum Class
org.verapdf.processor.FormatOption
Packages that use FormatOption
Package
Description
-
Uses of FormatOption in org.verapdf.processor
Methods in org.verapdf.processor that return FormatOptionModifier and TypeMethodDescriptionstatic FormatOptionFormatOption.fromOption(String option) Performs a match against the parameterString optionof eachFormatType's option and returns a matching instance.static FormatOptionReturns the enum constant of this class with the specified name.static FormatOption[]FormatOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.verapdf.processor with parameters of type FormatOptionModifier and TypeMethodDescriptionstatic final BatchProcessingHandlerProcessorFactory.getHandler(FormatOption option, boolean isVerbose, boolean logPassed) static final BatchProcessingHandlerProcessorFactory.getHandler(FormatOption option, boolean isVerbose, OutputStream reportStream, boolean logPassed) static final BatchProcessingHandlerProcessorFactory.getHandler(FormatOption option, boolean isVerbose, OutputStream reportStream, boolean logPassed, String wikiPath) -
Uses of FormatOption in org.verapdf.processor.app
Methods in org.verapdf.processor.app that return FormatOptionMethods in org.verapdf.processor.app with parameters of type FormatOption -
Uses of FormatOption in org.verapdf.processor.reports.multithread.writer
Methods in org.verapdf.processor.reports.multithread.writer with parameters of type FormatOptionModifier and TypeMethodDescriptionstatic ReportWriterReportWriter.newInstance(OutputStream os, FormatOption outputFormat, OutputStream errorStream)