Uses of Class
org.verapdf.processor.FormatOption
-
Packages that use FormatOption Package Description org.verapdf.apps org.verapdf.cli.commands org.verapdf.processor org.verapdf.processor.reports.multithread.writer -
-
Uses of FormatOption in org.verapdf.apps
Methods in org.verapdf.apps that return FormatOption Modifier and Type Method Description FormatOptionVeraAppConfig. getFormat()Methods in org.verapdf.apps with parameters of type FormatOption Modifier and Type Method Description Applications.BuilderApplications.Builder. format(FormatOption format) -
Uses of FormatOption in org.verapdf.cli.commands
Methods in org.verapdf.cli.commands that return FormatOption Modifier and Type Method Description FormatOptionVeraCliArgParser.FormatConverter. convert(String value){ @inheritDoc }FormatOptionVeraCliArgParser. getFormat() -
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, int maxFailedChecksPerRule, boolean logPassed)static BatchProcessingHandlerProcessorFactory. getHandler(FormatOption option, boolean isVerbose, OutputStream reportStream, int maxFailedChecksPerRule, boolean logPassed) -
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)
-