Uses of Class
org.verapdf.processor.TaskType
-
Packages that use TaskType Package Description org.verapdf.processor org.verapdf.processor.app -
-
Uses of TaskType in org.verapdf.processor
Methods in org.verapdf.processor that return TaskType Modifier and Type Method Description static TaskTypeTaskType. fromString(String toParse)TaskTypeTaskResult. getType()static TaskTypeTaskType. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskType[]TaskType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.verapdf.processor that return types with arguments of type TaskType Modifier and Type Method Description EnumMap<TaskType,TaskResult>ProcessorResult. getResults()EnumSet<TaskType>ProcessorConfig. getTasks()EnumSet<TaskType>ProcessorResult. getTaskTypes()Methods in org.verapdf.processor with parameters of type TaskType Modifier and Type Method Description TaskResultProcessorResult. getResultForTask(TaskType taskType)booleanProcessorConfig. hasTask(TaskType toCheck) -
Uses of TaskType in org.verapdf.processor.app
Methods in org.verapdf.processor.app that return types with arguments of type TaskType Modifier and Type Method Description EnumSet<TaskType>ProcessType. getTasks()Method parameters in org.verapdf.processor.app with type arguments of type TaskType Modifier and Type Method Description ProcessorConfigConfigManager. createProcessorConfig(EnumSet<TaskType> tasks)ProcessorConfigConfigManager. createProcessorConfig(EnumSet<TaskType> tasks, String mdFolder)ProcessorConfigConfigManagerImpl. createProcessorConfig(EnumSet<TaskType> tasks)ProcessorConfigConfigManagerImpl. createProcessorConfig(EnumSet<TaskType> tasks, String mdFolder)
-