Interface BuildWriter

All Known Implementing Classes:
GradleBuildProjectContributor, MavenBuildProjectContributor

public interface BuildWriter
Strategy that can be implemented by a BuildSystem that can generate a proper build representation for the project in a single text asset.
Author:
Stephane Nicoll
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Write the Build to the specified Writer.
  • Method Details

    • writeBuild

      void writeBuild(Writer out) throws IOException
      Write the Build to the specified Writer.
      Parameters:
      out - the writer to use
      Throws:
      IOException - if writing the build to out failed