public interface IRundeckProjectConfigModifier
Modifier and Type | Method and Description |
---|---|
void |
generateProjectPropertiesFile(boolean overwrite,
java.util.Properties properties,
boolean addDefault) |
void |
mergeProjectProperties(java.util.Properties properties,
java.util.Set<java.lang.String> removePrefixes)
Update the project properties file by setting updating the given properties, and removing
any properties that have a prefix in the removePrefixes set
|
void |
setProjectProperties(java.util.Properties properties)
Set the project properties file contents exactly
|
void mergeProjectProperties(java.util.Properties properties, java.util.Set<java.lang.String> removePrefixes)
properties
- new properties to put in the fileremovePrefixes
- prefixes of properties to remove from the filevoid setProjectProperties(java.util.Properties properties)
properties
- new properties to use in the filevoid generateProjectPropertiesFile(boolean overwrite, java.util.Properties properties, boolean addDefault)