public abstract class PropertiesFileBuilder extends Object
Saves properties to a file
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.maven.plugin.logging.Log |
log |
| Constructor and Description |
|---|
PropertiesFileBuilder(String propertiesFileFolderPath,
org.apache.maven.plugin.logging.Log log) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getFileName() |
protected abstract String |
getFileProperty() |
Map<String,String> |
savePropertiesFileIfRequired(Map<String,String> effectiveSystemProperties) |
public PropertiesFileBuilder(String propertiesFileFolderPath, org.apache.maven.plugin.logging.Log log)
Copyright © 2017. All rights reserved.