component-installation-plugin / com.intershop.gradle.component.installation.filter / FormattedProperties / store

store

fun store(outputFile: File): Unit

This method save this properties to the given output stream.

Parameters

outputFile - The file to save the properties to.

Exceptions

java.io.IOException - if the stream could not be written.

@Synchronized fun store(originalWriter: Writer, vararg aHeader: String): Unit

This method save this properties to the given output stream.

Parameters

originalWriter - The writer to save the properties to.

aHeader - A string to be written into the header.

Exceptions

java.io.IOException - if the stream could not be written.