Interface SourceProcessingDetails

All Known Subinterfaces:
ProcessingDetails

public interface SourceProcessingDetails
The Interface SourceProcessingDetails is intended to capture the processing details (e.g. warnings) of a
invalid reference
Source
.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the warnings associated with the
    invalid reference
    Source
  • Method Details

    • getWarnings

      List<String> getWarnings()
      Gets the warnings associated with the
      invalid reference
      Source
      Returns:
      the warnings associated with the
      invalid reference
      Source