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
-
Method Details
-
writeBuild
- Parameters:
out
- the writer to use- Throws:
IOException
- if writing the build toout
failed
-