Interface PdeIssueEmitter.SourceEmitter

Enclosing class:
PdeIssueEmitter

public static interface PdeIssueEmitter.SourceEmitter
Simple interface for strategy which can emit the full body of a processing sketch.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the full body of the processing sketch.
  • Method Details

    • getSource

      String getSource()
      Get the full body of the processing sketch.
      Returns:
      String processing sketch source code across all tabs.