@Incubating @CacheableTask public class WriteProperties extends DefaultTask
Properties
in a way that the results can be expected to be reproducible.
There are a number of differences compared to how properties are stored:
Like with Properties
, Unicode characters are escaped when using the
default Latin-1 (ISO-8559-1) encoding.
Properties.store(OutputStream, String)
Task.Namer
TASK_ACTION, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE
Constructor and Description |
---|
WriteProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Returns the optional comment to add at the beginning of the properties file.
|
String |
getEncoding()
Returns the encoding used to write the properties file.
|
String |
getLineSeparator()
Returns the line separator to be used when creating the properties file.
|
File |
getOutputFile()
Returns the output file to write the properties to.
|
Properties |
getProperties()
Returns the properties to be written to the output file.
|
void |
setComment(String comment)
Sets the optional comment to add at the beginning of the properties file.
|
void |
setEncoding(String encoding)
Sets the encoding used to write the properties file.
|
void |
setLineSeparator(String lineSeparator)
Sets the line separator to be used when creating the properties file.
|
void |
setOutputFile(Object outputFile)
Sets the output file to write the properties to.
|
void |
setProperties(Map<?,?> properties)
Sets all properties to be written to the output file.
|
void |
writeProperties() |
addValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, finalizedBy, getActionClassLoaders, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toString
@Input public Properties getProperties()
public void setProperties(Map<?,?> properties)
@Input public String getLineSeparator()
public void setLineSeparator(String lineSeparator)
@Input @Optional public String getComment()
public void setComment(String comment)
@Input public String getEncoding()
public void setEncoding(String encoding)
@OutputFile public File getOutputFile()
public void setOutputFile(Object outputFile)
public void writeProperties() throws IOException
IOException