Uses of Class
org.verapdf.apps.ProcessType
-
Packages that use ProcessType Package Description org.verapdf.apps org.verapdf.cli.commands -
-
Uses of ProcessType in org.verapdf.apps
Methods in org.verapdf.apps that return ProcessType Modifier and Type Method Description static ProcessTypeProcessType. addProcess(ProcessType base, ProcessType toAdd)static ProcessType[]ProcessType. getOptionValues()ProcessTypeVeraAppConfig. 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.apps with parameters of type ProcessType Modifier and Type Method Description static ProcessTypeProcessType. addProcess(ProcessType base, ProcessType toAdd)Applications.BuilderApplications.Builder. type(ProcessType type) -
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, FeatureExtractorConfig featConfig, PluginsCollectionConfig plugConfig)
-