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