Class BuildPropertiesWriter
java.lang.Object
org.springframework.boot.loader.tools.BuildPropertiesWriter
A 
BuildPropertiesWriter writes the build-info.properties for
 consumption by the Actuator.- Since:
- 1.0.0
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classException thrown when an additional property with a null value is encountered.static final classBuild-system agnostic details of a project.
- 
Constructor SummaryConstructorsConstructorDescriptionBuildPropertiesWriter(File outputFile) Creates a newBuildPropertiesWriterthat will write to the givenoutputFile.
- 
Method SummaryModifier and TypeMethodDescriptionprotected PropertiesvoidwriteBuildProperties(BuildPropertiesWriter.ProjectDetails projectDetails) 
- 
Constructor Details- 
BuildPropertiesWriterCreates a newBuildPropertiesWriterthat will write to the givenoutputFile.- Parameters:
- outputFile- the output file
 
 
- 
- 
Method Details- 
writeBuildPropertiespublic void writeBuildProperties(BuildPropertiesWriter.ProjectDetails projectDetails) throws IOException - Throws:
- IOException
 
- 
createBuildInfo
 
-