Uses of Class
org.verapdf.processor.app.ProcessType
-
Packages that use ProcessType Package Description org.verapdf.cli.commands org.verapdf.processor.app -
-
Uses of ProcessType in org.verapdf.cli.commands
Methods in org.verapdf.cli.commands with parameters of type ProcessType Modifier and Type Method Description ProcessorConfigVeraCliArgParser. processorConfig(ProcessType procType, PluginsCollectionConfig plugConfig) -
Uses of ProcessType in org.verapdf.processor.app
Methods in org.verapdf.processor.app that return ProcessType Modifier and Type Method Description static ProcessTypeProcessType. addProcess(ProcessType base, ProcessType toAdd)static ProcessType[]ProcessType. getOptionValues()ProcessTypeVeraAppConfig. getProcessType()ProcessTypeVeraAppConfigImpl. getProcessType()static ProcessTypeProcessType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessType[]ProcessType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.verapdf.processor.app with parameters of type ProcessType Modifier and Type Method Description static ProcessTypeProcessType. addProcess(ProcessType base, ProcessType toAdd)AppConfigBuilderAppConfigBuilder. type(ProcessType type)
-