Uses of Enum Class
org.verapdf.processor.TaskType
Packages that use TaskType
-
Uses of TaskType in org.verapdf.processor
Methods in org.verapdf.processor that return TaskTypeModifier and TypeMethodDescriptionstatic TaskTypeTaskType.fromString(String toParse) TaskResult.getType()static TaskTypeReturns the enum constant of this class with the specified name.static TaskType[]TaskType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.verapdf.processor that return types with arguments of type TaskTypeModifier and TypeMethodDescriptionProcessorResult.getResults()ProcessorConfig.getTasks()ProcessorResult.getTaskTypes()Methods in org.verapdf.processor with parameters of type TaskTypeMethod parameters in org.verapdf.processor with type arguments of type TaskTypeModifier and TypeMethodDescriptionstatic ProcessorConfigProcessorFactory.fromValues(ValidatorConfig config, FeatureExtractorConfig featureConfig, PluginsCollectionConfig pluginsCollectionConfig, MetadataFixerConfig fixerConfig, EnumSet<TaskType> tasks) static ProcessorConfigProcessorFactory.fromValues(ValidatorConfig config, FeatureExtractorConfig featureConfig, PluginsCollectionConfig pluginsCollectionConfig, MetadataFixerConfig fixerConfig, EnumSet<TaskType> tasks, String mdFolder) static ProcessorConfigProcessorFactory.fromValues(ValidatorConfig config, FeatureExtractorConfig featureConfig, PluginsCollectionConfig pluginsCollectionConfig, MetadataFixerConfig fixerConfig, EnumSet<TaskType> tasks, ValidationProfile customProfile) static ProcessorConfigProcessorFactory.fromValues(ValidatorConfig config, FeatureExtractorConfig featureConfig, PluginsCollectionConfig pluginsCollectionConfig, MetadataFixerConfig fixerConfig, EnumSet<TaskType> tasks, ValidationProfile customProfile, String mdFolder) -
Uses of TaskType in org.verapdf.processor.app
Methods in org.verapdf.processor.app that return types with arguments of type TaskTypeMethod parameters in org.verapdf.processor.app with type arguments of type TaskTypeModifier and TypeMethodDescriptionConfigManager.createProcessorConfig(EnumSet<TaskType> tasks) ConfigManager.createProcessorConfig(EnumSet<TaskType> tasks, String mdFolder) ConfigManagerImpl.createProcessorConfig(EnumSet<TaskType> tasks) ConfigManagerImpl.createProcessorConfig(EnumSet<TaskType> tasks, String mdFolder)