Interface ProcessorConfig

    • Method Detail

      • hasCustomProfile

        boolean hasCustomProfile()
        Returns:
        true if this configuration has been assigned a custom ValidationProfile
      • getValidatorConfig

        ValidatorConfig getValidatorConfig()
        Returns:
        the ValidatorConfig assigned to this configuration, or ValidatorFactory#defaultConfig() if no validation task has been assigned.
      • getFixerConfig

        MetadataFixerConfig getFixerConfig()
        Returns:
        the MetadataFixerConfig assigned to this configuration or FixerFactory#defaultConfig() if no MetadataFixer task has been assigned.
      • getMetadataFolder

        String getMetadataFolder()
        Returns:
        the folder that files fixed by the metadata fixer should be written to.
      • hasTask

        boolean hasTask​(TaskType toCheck)
        Parameters:
        toCheck - the TaskType to check
        Returns:
        true if this configuration has been assigned a task of TaskType toCheck.